Html Css Color HEX #61980B Olive Drab

📋 copy color: '#61980B'

red 97 ◦ green 152 ◦ blue 11

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

Shades of Olive Drab #61980B

Tints of Olive Drab #61980B

RGB

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

 GREEN value IS 152 (59.77% from 255) = 58.46%

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

R = 37.31%
G = 58.46%
B = 4.23%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.93

 K value IS 0.40

RGB Variations

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

Color information

#61980B (or 0x61980B) is known color: Olive Drab. HEX triplet: 61, 98 and 0B. RGB value is (97,152,11). Sum of RGB (Red+Green+Blue) = 97+152+11=260 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.31% from 260); Green value is 152 (59.77% from 255 or 58.46% from 260); Blue value is 11 (4.69% from 255 or 4.23% from 260); Max value from RGB is 152 - color contains mainly: green. Hex color #61980B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #61980B is #9E67F4. Grayscale: #777777. Windows color (decimal): -10381301 or 759905. OLE color: 759905.

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

Color convert

RGB 97 152 11 -
CMYK 0.36 0 0.93 0.40
HSL 83.4º 0.87% 0.32% -
HSV(B) 83.4º 0.93% 0.6% -
XYZ 16.22 25.02 4.29 -
YUV 119.48 66.78 111.96 -
System Red Green Blue C M Y K H S L
Decimal 97 152 11 0.36 0 0.93 0.40 83.4 0.87 0.32
Hex 61 98 B 24 0 5D 28 53 57 20
Octal 141 230 13 44 0 135 50 123 127 40
Binary 1100001 10011000 1011 100100 0 1011101 101000 1010011 1010111 100000

Color Harmonies of #61980B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61980B

Black with #61980B

Text Example


Text Example

White with #61980B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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