Html Css Color HEX #619805 Olive Drab

📋 copy color: '#619805'

red 97 ◦ green 152 ◦ blue 5

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

Shades of Olive Drab #619805

Tints of Olive Drab #619805

RGB

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

 GREEN value IS 152 (59.77% from 255) = 59.84%

 BLUE value IS 5 (2.34% from 255) = 1.97%

R = 38.19%
G = 59.84%
B = 1.97%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.97

 K value IS 0.40

RGB Variations

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

Color information

#619805 (or 0x619805) is known color: Olive Drab. HEX triplet: 61, 98 and 05. RGB value is (97,152,5). Sum of RGB (Red+Green+Blue) = 97+152+5=254 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.19% from 254); Green value is 152 (59.77% from 255 or 59.84% from 254); Blue value is 5 (2.34% from 255 or 1.97% from 254); Max value from RGB is 152 - color contains mainly: green. Hex color #619805 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #619805 is #9E67FA. Grayscale: #777777. Windows color (decimal): -10381307 or 366689. OLE color: 366689.

HSL color Cylindrical-coordinate representation of color #619805: hue angle of 82.45º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #619805 is Cyan = 0.36, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.40.

Color convert

RGB 97 152 5 -
CMYK 0.36 0 0.97 0.40
HSL 82.45º 0.94% 0.31% -
HSV(B) 82.45º 0.97% 0.6% -
XYZ 16.19 25.01 4.12 -
YUV 118.8 63.78 112.45 -
System Red Green Blue C M Y K H S L
Decimal 97 152 5 0.36 0 0.97 0.40 82.45 0.94 0.31
Hex 61 98 5 24 0 61 28 52 5E 1F
Octal 141 230 5 44 0 141 50 122 136 37
Binary 1100001 10011000 101 100100 0 1100001 101000 1010010 1011110 11111

Color Harmonies of #619805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619805

Black with #619805

Text Example


Text Example

White with #619805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #619805; }

 p { color: rgb(97,152,5); }

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

background-color css

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

 a { background-color: rgb(97,152,5); }

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

border-color css

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

 span { border-color: rgb(97,152,5); }

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