#75b409

Color #75B409 Christi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Christi #75B409

Tints of Christi #75B409

Color information

#75B409 (or 0x75B409) is unknown color: approx Christi. HEX triplet: 75, B4 and 09. RGB value is (117,180,9). Sum of RGB (Red+Green+Blue) = 117+180+9=306 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.24% from 306); Green value is 180 (70.70% from 255 or 58.82% from 306); Blue value is 9 (3.91% from 255 or 2.94% from 306); Max value from RGB is 180 - color contains mainly: green. Hex color #75B409 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #75B409 is #8A4BF6. Grayscale: #8E8E8E. Windows color (decimal): -9063415 or 636021. OLE color: 636021.

HSL color Cylindrical-coordinate representation of color #75B409: hue angle of 82.11º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #75B409 is Cyan = 0.35, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.29.

Color convert

RGB1171809-
CMYK0.3500.950.29
HSL82.11º90.48%37.06%-
HSV(B)82.11º95%70.59%-
XYZ23.7136.446.04-
YUV141.6753.13110.4-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 117 (46.09% from 255) = 38.24%
GREEN value IS 180 (70.70% from 255) = 58.82%
BLUE value IS 9 (3.91% from 255) = 2.94%
R=38.24%
G=58.82%
B=2.94%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal11718090.3500.950.2982.1190.4837.06
Hex75B492305F1D525a25
Octal165264114301373512213245
Binary1110101101101001001100011010111111110110100101011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75b409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75b409; }

 p { color: rgb(117,180,9); }

 H1.HeaderClassName
 {
   color: #75b409;
 }
 .AnyTagClassName
 {
   color: #75b409;
 }
</style>
background-color css

<style>
 a { background-color: #75b409; }

 a { background-color: rgb(117,180,9); }

 div.DivClassName
 {
   background-color: #75b409;
 }
 .BgClassName
 {
   background-color: #75b409;
 }
</style>
border-color css

<style>
 span { border-color: #75b409; }

 span { border-color: rgb(117,180,9); }

 td.TdClassName
 {
   border-color: #75b409;
 }
 .TagClassName
 {
   border-color: #75b409;
 }
</style>