Html Css Color HEX #619008 Olive Drab

📋 copy color: '#619008'

red 97 ◦ green 144 ◦ blue 8

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

Shades of Olive Drab #619008

Tints of Olive Drab #619008

RGB

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

 GREEN value IS 144 (56.64% from 255) = 57.83%

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

R = 38.96%
G = 57.83%
B = 3.21%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.94

 K value IS 0.44

RGB Variations

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

Color information

#619008 (or 0x619008) is known color: Olive Drab. HEX triplet: 61, 90 and 08. RGB value is (97,144,8). Sum of RGB (Red+Green+Blue) = 97+144+8=249 (32% of max value = 765). Red value is 97 (38.28% from 255 or 38.96% from 249); Green value is 144 (56.64% from 255 or 57.83% from 249); Blue value is 8 (3.52% from 255 or 3.21% from 249); Max value from RGB is 144 - color contains mainly: green. Hex color #619008 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #619008 is #9E6FF7. Grayscale: #727272. Windows color (decimal): -10383352 or 561249. OLE color: 561249.

HSL color Cylindrical-coordinate representation of color #619008: hue angle of 80.74º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #619008 is Cyan = 0.33, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.44.

Color convert

RGB 97 144 8 -
CMYK 0.33 0 0.94 0.44
HSL 80.74º 0.89% 0.3% -
HSV(B) 80.74º 0.94% 0.56% -
XYZ 14.95 22.51 3.79 -
YUV 114.44 67.93 115.56 -
System Red Green Blue C M Y K H S L
Decimal 97 144 8 0.33 0 0.94 0.44 80.74 0.89 0.3
Hex 61 90 8 21 0 5E 2C 51 59 1E
Octal 141 220 10 41 0 136 54 121 131 36
Binary 1100001 10010000 1000 100001 0 1011110 101100 1010001 1011001 11110

Color Harmonies of #619008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619008

Black with #619008

Text Example


Text Example

White with #619008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #619008; }

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

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

background-color css

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

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

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

border-color css

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

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

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