Html Css Color HEX #61970C Olive Drab

📋 copy color: '#61970C'

red 97 ◦ green 151 ◦ blue 12

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

Shades of Olive Drab #61970C

Tints of Olive Drab #61970C

RGB

 RED value IS 97 (38.28% from 255) = 37.31%

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

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

R = 37.31%
G = 58.08%
B = 4.62%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.92

 K value IS 0.41

RGB Variations

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

Color information

#61970C (or 0x61970C) is known color: Olive Drab. HEX triplet: 61, 97 and 0C. RGB value is (97,151,12). Sum of RGB (Red+Green+Blue) = 97+151+12=260 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.31% from 260); Green value is 151 (59.38% from 255 or 58.08% from 260); Blue value is 12 (5.08% from 255 or 4.62% from 260); Max value from RGB is 151 - color contains mainly: green. Hex color #61970C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #61970C is #9E68F3. Grayscale: #777777. Windows color (decimal): -10381556 or 825185. OLE color: 825185.

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

Color convert

RGB 97 151 12 -
CMYK 0.36 0 0.92 0.41
HSL 83.31º 0.85% 0.32% -
HSV(B) 83.31º 0.92% 0.59% -
XYZ 16.06 24.7 4.27 -
YUV 119.01 67.61 112.3 -
System Red Green Blue C M Y K H S L
Decimal 97 151 12 0.36 0 0.92 0.41 83.31 0.85 0.32
Hex 61 97 C 24 0 5C 29 53 55 20
Octal 141 227 14 44 0 134 51 123 125 40
Binary 1100001 10010111 1100 100100 0 1011100 101001 1010011 1010101 100000

Color Harmonies of #61970C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61970C

Black with #61970C

Text Example


Text Example

White with #61970C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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