Html Css Color HEX #618A19 Olive Drab

📋 copy color: '#618A19'

red 97 ◦ green 138 ◦ blue 25

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

Shades of Olive Drab #618A19

Tints of Olive Drab #618A19

RGB

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

 GREEN value IS 138 (54.3% from 255) = 53.08%

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

R = 37.31%
G = 53.08%
B = 9.62%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.82

 K value IS 0.46

RGB Variations

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

Color information

#618A19 (or 0x618A19) is known color: Olive Drab. HEX triplet: 61, 8A and 19. RGB value is (97,138,25). Sum of RGB (Red+Green+Blue) = 97+138+25=260 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.31% from 260); Green value is 138 (54.30% from 255 or 53.08% from 260); Blue value is 25 (10.16% from 255 or 9.62% from 260); Max value from RGB is 138 - color contains mainly: green. Hex color #618A19 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #618A19 is #9E75E6. Grayscale: #717171. Windows color (decimal): -10384871 or 1673825. OLE color: 1673825.

HSL color Cylindrical-coordinate representation of color #618A19: hue angle of 81.77º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #618A19 is Cyan = 0.30, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.46.

Color convert

RGB 97 138 25 -
CMYK 0.30 0 0.82 0.46
HSL 81.77º 0.69% 0.32% -
HSV(B) 81.77º 0.82% 0.54% -
XYZ 14.19 20.79 4.18 -
YUV 112.86 78.42 116.69 -
System Red Green Blue C M Y K H S L
Decimal 97 138 25 0.30 0 0.82 0.46 81.77 0.69 0.32
Hex 61 8A 19 1E 0 52 2E 52 45 20
Octal 141 212 31 36 0 122 56 122 105 40
Binary 1100001 10001010 11001 11110 0 1010010 101110 1010010 1000101 100000

Color Harmonies of #618A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618A19

Black with #618A19

Text Example


Text Example

White with #618A19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #618A19; }

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

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

background-color css

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

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

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

border-color css

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

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

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