Html Css Color HEX #61970B Olive Drab

📋 copy color: '#61970B'

red 97 ◦ green 151 ◦ blue 11

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

Shades of Olive Drab #61970B

Tints of Olive Drab #61970B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.25%

R = 37.45%
G = 58.3%
B = 4.25%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.93

 K value IS 0.41

RGB Variations

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

Color information

#61970B (or 0x61970B) is known color: Olive Drab. HEX triplet: 61, 97 and 0B. RGB value is (97,151,11). Sum of RGB (Red+Green+Blue) = 97+151+11=259 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.45% from 259); Green value is 151 (59.38% from 255 or 58.30% from 259); Blue value is 11 (4.69% from 255 or 4.25% from 259); Max value from RGB is 151 - color contains mainly: green. Hex color #61970B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #61970B is #9E68F4. Grayscale: #777777. Windows color (decimal): -10381557 or 759649. OLE color: 759649.

HSL color Cylindrical-coordinate representation of color #61970B: hue angle of 83.14º degrees, saturation: 0.86, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #61970B is Cyan = 0.36, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.41.

Color convert

RGB 97 151 11 -
CMYK 0.36 0 0.93 0.41
HSL 83.14º 0.86% 0.32% -
HSV(B) 83.14º 0.93% 0.59% -
XYZ 16.06 24.7 4.24 -
YUV 118.89 67.11 112.38 -
System Red Green Blue C M Y K H S L
Decimal 97 151 11 0.36 0 0.93 0.41 83.14 0.86 0.32
Hex 61 97 B 24 0 5D 29 53 56 20
Octal 141 227 13 44 0 135 51 123 126 40
Binary 1100001 10010111 1011 100100 0 1011101 101001 1010011 1010110 100000

Color Harmonies of #61970B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61970B

Black with #61970B

Text Example


Text Example

White with #61970B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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