Html Css Color HEX #618A16 Olive Drab

📋 copy color: '#618A16'

red 97 ◦ green 138 ◦ blue 22

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

Shades of Olive Drab #618A16

Tints of Olive Drab #618A16

RGB

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

 GREEN value IS 138 (54.3% from 255) = 53.7%

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

R = 37.74%
G = 53.7%
B = 8.56%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.84

 K value IS 0.46

RGB Variations

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

Color information

#618A16 (or 0x618A16) is known color: Olive Drab. HEX triplet: 61, 8A and 16. RGB value is (97,138,22). Sum of RGB (Red+Green+Blue) = 97+138+22=257 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.74% from 257); Green value is 138 (54.30% from 255 or 53.70% from 257); Blue value is 22 (8.98% from 255 or 8.56% from 257); Max value from RGB is 138 - color contains mainly: green. Hex color #618A16 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #618A16 is #9E75E9. Grayscale: #707070. Windows color (decimal): -10384874 or 1477217. OLE color: 1477217.

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

Color convert

RGB 97 138 22 -
CMYK 0.30 0 0.84 0.46
HSL 81.21º 0.73% 0.31% -
HSV(B) 81.21º 0.84% 0.54% -
XYZ 14.16 20.78 4.02 -
YUV 112.52 76.92 116.93 -
System Red Green Blue C M Y K H S L
Decimal 97 138 22 0.30 0 0.84 0.46 81.21 0.73 0.31
Hex 61 8A 16 1E 0 54 2E 51 48 1F
Octal 141 212 26 36 0 124 56 121 110 37
Binary 1100001 10001010 10110 11110 0 1010100 101110 1010001 1001000 11111

Color Harmonies of #618A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618A16

Black with #618A16

Text Example


Text Example

White with #618A16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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