Html Css Color HEX #75970C Olive Drab

📋 copy color: '#75970C'

red 117 ◦ green 151 ◦ blue 12

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

Shades of Olive Drab #75970C

Tints of Olive Drab #75970C

RGB

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

 GREEN value IS 151 (59.38% from 255) = 53.93%

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

R = 41.79%
G = 53.93%
B = 4.29%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.92

 K value IS 0.41

RGB Variations

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

Color information

#75970C (or 0x75970C) is known color: Olive Drab. HEX triplet: 75, 97 and 0C. RGB value is (117,151,12). Sum of RGB (Red+Green+Blue) = 117+151+12=280 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.79% from 280); Green value is 151 (59.38% from 255 or 53.93% from 280); Blue value is 12 (5.08% from 255 or 4.29% from 280); Max value from RGB is 151 - color contains mainly: green. Hex color #75970C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #75970C is #8A68F3. Grayscale: #7D7D7D. Windows color (decimal): -9070836 or 825205. OLE color: 825205.

HSL color Cylindrical-coordinate representation of color #75970C: hue angle of 74.68º 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 #75970C is Cyan = 0.23, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.41.

Color convert

RGB 117 151 12 -
CMYK 0.23 0 0.92 0.41
HSL 74.68º 0.85% 0.32% -
HSV(B) 74.68º 0.92% 0.59% -
XYZ 18.47 25.94 4.38 -
YUV 124.99 64.24 122.3 -
System Red Green Blue C M Y K H S L
Decimal 117 151 12 0.23 0 0.92 0.41 74.68 0.85 0.32
Hex 75 97 C 17 0 5C 29 4B 55 20
Octal 165 227 14 27 0 134 51 113 125 40
Binary 1110101 10010111 1100 10111 0 1011100 101001 1001011 1010101 100000

Color Harmonies of #75970C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75970C

Black with #75970C

Text Example


Text Example

White with #75970C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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