Html Css Color HEX #618417 Olive Drab

📋 copy color: '#618417'

red 97 ◦ green 132 ◦ blue 23

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

Shades of Olive Drab #618417

Tints of Olive Drab #618417

RGB

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

 GREEN value IS 132 (51.95% from 255) = 52.38%

 BLUE value IS 23 (9.38% from 255) = 9.13%

R = 38.49%
G = 52.38%
B = 9.13%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.83

 K value IS 0.48

RGB Variations

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

Color information

#618417 (or 0x618417) is known color: Olive Drab. HEX triplet: 61, 84 and 17. RGB value is (97,132,23). Sum of RGB (Red+Green+Blue) = 97+132+23=252 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.49% from 252); Green value is 132 (51.95% from 255 or 52.38% from 252); Blue value is 23 (9.38% from 255 or 9.13% from 252); Max value from RGB is 132 - color contains mainly: green. Hex color #618417 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #618417 is #9E7BE8. Grayscale: #6D6D6D. Windows color (decimal): -10386409 or 1541217. OLE color: 1541217.

HSL color Cylindrical-coordinate representation of color #618417: hue angle of 79.27º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #618417 is Cyan = 0.27, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.48.

Color convert

RGB 97 132 23 -
CMYK 0.27 0 0.83 0.48
HSL 79.27º 0.7% 0.3% -
HSV(B) 79.27º 0.83% 0.52% -
XYZ 13.34 19.11 3.8 -
YUV 109.11 79.4 119.36 -
System Red Green Blue C M Y K H S L
Decimal 97 132 23 0.27 0 0.83 0.48 79.27 0.7 0.3
Hex 61 84 17 1B 0 53 30 4F 46 1E
Octal 141 204 27 33 0 123 60 117 106 36
Binary 1100001 10000100 10111 11011 0 1010011 110000 1001111 1000110 11110

Color Harmonies of #618417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618417

Black with #618417

Text Example


Text Example

White with #618417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #618417; }

 p { color: rgb(97,132,23); }

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

background-color css

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

 a { background-color: rgb(97,132,23); }

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

border-color css

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

 span { border-color: rgb(97,132,23); }

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