Html Css Color HEX #619508 Olive Drab

📋 copy color: '#619508'

red 97 ◦ green 149 ◦ blue 8

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

Shades of Olive Drab #619508

Tints of Olive Drab #619508

RGB

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

 GREEN value IS 149 (58.59% from 255) = 58.66%

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

R = 38.19%
G = 58.66%
B = 3.15%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.95

 K value IS 0.42

RGB Variations

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

Color information

#619508 (or 0x619508) is known color: Olive Drab. HEX triplet: 61, 95 and 08. RGB value is (97,149,8). Sum of RGB (Red+Green+Blue) = 97+149+8=254 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.19% from 254); Green value is 149 (58.59% from 255 or 58.66% from 254); Blue value is 8 (3.52% from 255 or 3.15% from 254); Max value from RGB is 149 - color contains mainly: green. Hex color #619508 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #619508 is #9E6AF7. Grayscale: #757575. Windows color (decimal): -10382072 or 562529. OLE color: 562529.

HSL color Cylindrical-coordinate representation of color #619508: hue angle of 82.13º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #619508 is Cyan = 0.35, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.42.

Color convert

RGB 97 149 8 -
CMYK 0.35 0 0.95 0.42
HSL 82.13º 0.9% 0.31% -
HSV(B) 82.13º 0.95% 0.58% -
XYZ 15.72 24.05 4.04 -
YUV 117.38 66.27 113.46 -
System Red Green Blue C M Y K H S L
Decimal 97 149 8 0.35 0 0.95 0.42 82.13 0.9 0.31
Hex 61 95 8 23 0 5F 2A 52 5A 1F
Octal 141 225 10 43 0 137 52 122 132 37
Binary 1100001 10010101 1000 100011 0 1011111 101010 1010010 1011010 11111

Color Harmonies of #619508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619508

Black with #619508

Text Example


Text Example

White with #619508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #619508; }

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

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

background-color css

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

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

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

border-color css

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

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

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