Html Css Color HEX #618B16 Olive Drab

📋 copy color: '#618B16'

red 97 ◦ green 139 ◦ blue 22

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

Shades of Olive Drab #618B16

Tints of Olive Drab #618B16

RGB

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

 GREEN value IS 139 (54.69% from 255) = 53.88%

 BLUE value IS 22 (8.98% from 255) = 8.53%

R = 37.6%
G = 53.88%
B = 8.53%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.84

 K value IS 0.45

RGB Variations

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

Color information

#618B16 (or 0x618B16) is known color: Olive Drab. HEX triplet: 61, 8B and 16. RGB value is (97,139,22). Sum of RGB (Red+Green+Blue) = 97+139+22=258 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.60% from 258); Green value is 139 (54.69% from 255 or 53.88% from 258); Blue value is 22 (8.98% from 255 or 8.53% from 258); Max value from RGB is 139 - color contains mainly: green. Hex color #618B16 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #618B16 is #9E74E9. Grayscale: #717171. Windows color (decimal): -10384618 or 1477473. OLE color: 1477473.

HSL color Cylindrical-coordinate representation of color #618B16: hue angle of 81.54º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #618B16 is Cyan = 0.30, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.45.

Color convert

RGB 97 139 22 -
CMYK 0.30 0 0.84 0.45
HSL 81.54º 0.73% 0.32% -
HSV(B) 81.54º 0.84% 0.55% -
XYZ 14.31 21.06 4.07 -
YUV 113.1 76.59 116.51 -
System Red Green Blue C M Y K H S L
Decimal 97 139 22 0.30 0 0.84 0.45 81.54 0.73 0.32
Hex 61 8B 16 1E 0 54 2D 52 49 20
Octal 141 213 26 36 0 124 55 122 111 40
Binary 1100001 10001011 10110 11110 0 1010100 101101 1010010 1001001 100000

Color Harmonies of #618B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618B16

Black with #618B16

Text Example


Text Example

White with #618B16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #618B16; }

 p { color: rgb(97,139,22); }

 H1.HeaderClassName
 {
   color: #618B16;
 }
 .AnyTagClassName
 {
   color: #618B16;
 }
</style>

background-color css

<style>
 a { background-color: #618B16; }

 a { background-color: rgb(97,139,22); }

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

border-color css

<style>
 span { border-color: #618B16; }

 span { border-color: rgb(97,139,22); }

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