Html Css Color HEX #75900C Olive Drab

📋 copy color: '#75900C'

red 117 ◦ green 144 ◦ blue 12

#75900C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olive Drab #75900C

Tints of Olive Drab #75900C

RGB

 RED value IS 117 (46.09% from 255) = 42.86%

 GREEN value IS 144 (56.64% from 255) = 52.75%

 BLUE value IS 12 (5.08% from 255) = 4.4%

R = 42.86%
G = 52.75%
B = 4.4%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.92

 K value IS 0.44

RGB Variations

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

Color information

#75900C (or 0x75900C) is known color: Olive Drab. HEX triplet: 75, 90 and 0C. RGB value is (117,144,12). Sum of RGB (Red+Green+Blue) = 117+144+12=273 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.86% from 273); Green value is 144 (56.64% from 255 or 52.75% from 273); Blue value is 12 (5.08% from 255 or 4.40% from 273); Max value from RGB is 144 - color contains mainly: green. Hex color #75900C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #75900C is #8A6FF3. Grayscale: #797979. Windows color (decimal): -9072628 or 823413. OLE color: 823413.

HSL color Cylindrical-coordinate representation of color #75900C: hue angle of 72.27º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #75900C is Cyan = 0.19, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.44.

Color convert

RGB 117 144 12 -
CMYK 0.19 0 0.92 0.44
HSL 72.27º 0.85% 0.31% -
HSV(B) 72.27º 0.92% 0.56% -
XYZ 17.38 23.75 4.02 -
YUV 120.88 66.55 125.23 -
System Red Green Blue C M Y K H S L
Decimal 117 144 12 0.19 0 0.92 0.44 72.27 0.85 0.31
Hex 75 90 C 13 0 5C 2C 48 55 1F
Octal 165 220 14 23 0 134 54 110 125 37
Binary 1110101 10010000 1100 10011 0 1011100 101100 1001000 1010101 11111

Color Harmonies of #75900C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75900C

Black with #75900C

Text Example


Text Example

White with #75900C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75900C; }

 p { color: rgb(117,144,12); }

 H1.HeaderClassName
 {
   color: #75900C;
 }
 .AnyTagClassName
 {
   color: #75900C;
 }
</style>

background-color css

<style>
 a { background-color: #75900C; }

 a { background-color: rgb(117,144,12); }

 div.DivClassName
 {
   background-color: #75900C;
 }
 .BgClassName
 {
   background-color: #75900C;
 }
</style>

border-color css

<style>
 span { border-color: #75900C; }

 span { border-color: rgb(117,144,12); }

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