Html Css Color HEX #75960C Olive Drab

📋 copy color: '#75960C'

red 117 ◦ green 150 ◦ blue 12

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

Shades of Olive Drab #75960C

Tints of Olive Drab #75960C

RGB

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

 GREEN value IS 150 (58.98% from 255) = 53.76%

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

R = 41.94%
G = 53.76%
B = 4.3%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.92

 K value IS 0.41

RGB Variations

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

Color information

#75960C (or 0x75960C) is known color: Olive Drab. HEX triplet: 75, 96 and 0C. RGB value is (117,150,12). Sum of RGB (Red+Green+Blue) = 117+150+12=279 (36% of max value = 765). Red value is 117 (46.09% from 255 or 41.94% from 279); Green value is 150 (58.98% from 255 or 53.76% from 279); Blue value is 12 (5.08% from 255 or 4.30% from 279); Max value from RGB is 150 - color contains mainly: green. Hex color #75960C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #75960C is #8A69F3. Grayscale: #7C7C7C. Windows color (decimal): -9071092 or 824949. OLE color: 824949.

HSL color Cylindrical-coordinate representation of color #75960C: hue angle of 74.35º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #75960C is Cyan = 0.22, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.41.

Color convert

RGB 117 150 12 -
CMYK 0.22 0 0.92 0.41
HSL 74.35º 0.85% 0.32% -
HSV(B) 74.35º 0.92% 0.59% -
XYZ 18.31 25.62 4.33 -
YUV 124.4 64.57 122.72 -
System Red Green Blue C M Y K H S L
Decimal 117 150 12 0.22 0 0.92 0.41 74.35 0.85 0.32
Hex 75 96 C 16 0 5C 29 4A 55 20
Octal 165 226 14 26 0 134 51 112 125 40
Binary 1110101 10010110 1100 10110 0 1011100 101001 1001010 1010101 100000

Color Harmonies of #75960C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75960C

Black with #75960C

Text Example


Text Example

White with #75960C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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