Html Css Color HEX #618808 Olive Drab

📋 copy color: '#618808'

red 97 ◦ green 136 ◦ blue 8

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

Shades of Olive Drab #618808

Tints of Olive Drab #618808

RGB

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

 GREEN value IS 136 (53.52% from 255) = 56.43%

 BLUE value IS 8 (3.52% from 255) = 3.32%

R = 40.25%
G = 56.43%
B = 3.32%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.94

 K value IS 0.47

RGB Variations

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

Color information

#618808 (or 0x618808) is known color: Olive Drab. HEX triplet: 61, 88 and 08. RGB value is (97,136,8). Sum of RGB (Red+Green+Blue) = 97+136+8=241 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.25% from 241); Green value is 136 (53.52% from 255 or 56.43% from 241); Blue value is 8 (3.52% from 255 or 3.32% from 241); Max value from RGB is 136 - color contains mainly: green. Hex color #618808 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #618808 is #9E77F7. Grayscale: #6E6E6E. Windows color (decimal): -10385400 or 559201. OLE color: 559201.

HSL color Cylindrical-coordinate representation of color #618808: hue angle of 78.28º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #618808 is Cyan = 0.29, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.47.

Color convert

RGB 97 136 8 -
CMYK 0.29 0 0.94 0.47
HSL 78.28º 0.89% 0.28% -
HSV(B) 78.28º 0.94% 0.53% -
XYZ 13.78 20.17 3.4 -
YUV 109.75 70.58 118.91 -
System Red Green Blue C M Y K H S L
Decimal 97 136 8 0.29 0 0.94 0.47 78.28 0.89 0.28
Hex 61 88 8 1D 0 5E 2F 4E 59 1C
Octal 141 210 10 35 0 136 57 116 131 34
Binary 1100001 10001000 1000 11101 0 1011110 101111 1001110 1011001 11100

Color Harmonies of #618808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618808

Black with #618808

Text Example


Text Example

White with #618808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #618808; }

 p { color: rgb(97,136,8); }

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

background-color css

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

 a { background-color: rgb(97,136,8); }

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

border-color css

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

 span { border-color: rgb(97,136,8); }

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