Html Css Color HEX #618219 Olive Drab

📋 copy color: '#618219'

red 97 ◦ green 130 ◦ blue 25

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

Shades of Olive Drab #618219

Tints of Olive Drab #618219

RGB

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

 GREEN value IS 130 (51.17% from 255) = 51.59%

 BLUE value IS 25 (10.16% from 255) = 9.92%

R = 38.49%
G = 51.59%
B = 9.92%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.81

 K value IS 0.49

RGB Variations

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

Color information

#618219 (or 0x618219) is known color: Olive Drab. HEX triplet: 61, 82 and 19. RGB value is (97,130,25). Sum of RGB (Red+Green+Blue) = 97+130+25=252 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.49% from 252); Green value is 130 (51.17% from 255 or 51.59% from 252); Blue value is 25 (10.16% from 255 or 9.92% from 252); Max value from RGB is 130 - color contains mainly: green. Hex color #618219 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #618219 is #9E7DE6. Grayscale: #6C6C6C. Windows color (decimal): -10386919 or 1671777. OLE color: 1671777.

HSL color Cylindrical-coordinate representation of color #618219: hue angle of 78.86º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #618219 is Cyan = 0.25, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.49.

Color convert

RGB 97 130 25 -
CMYK 0.25 0 0.81 0.49
HSL 78.86º 0.68% 0.3% -
HSV(B) 78.86º 0.81% 0.51% -
XYZ 13.09 18.58 3.82 -
YUV 108.16 81.07 120.04 -
System Red Green Blue C M Y K H S L
Decimal 97 130 25 0.25 0 0.81 0.49 78.86 0.68 0.3
Hex 61 82 19 19 0 51 31 4F 44 1E
Octal 141 202 31 31 0 121 61 117 104 36
Binary 1100001 10000010 11001 11001 0 1010001 110001 1001111 1000100 11110

Color Harmonies of #618219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618219

Black with #618219

Text Example


Text Example

White with #618219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #618219; }

 p { color: rgb(97,130,25); }

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

background-color css

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

 a { background-color: rgb(97,130,25); }

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

border-color css

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

 span { border-color: rgb(97,130,25); }

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