Html Css Color HEX #618411 Olive Drab

📋 copy color: '#618411'

red 97 ◦ green 132 ◦ blue 17

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

Shades of Olive Drab #618411

Tints of Olive Drab #618411

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 6.91%

R = 39.43%
G = 53.66%
B = 6.91%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.87

 K value IS 0.48

RGB Variations

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

Color information

#618411 (or 0x618411) is known color: Olive Drab. HEX triplet: 61, 84 and 11. RGB value is (97,132,17). Sum of RGB (Red+Green+Blue) = 97+132+17=246 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.43% from 246); Green value is 132 (51.95% from 255 or 53.66% from 246); Blue value is 17 (7.03% from 255 or 6.91% from 246); Max value from RGB is 132 - color contains mainly: green. Hex color #618411 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #618411 is #9E7BEE. Grayscale: #6C6C6C. Windows color (decimal): -10386415 or 1148001. OLE color: 1148001.

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

Color convert

RGB 97 132 17 -
CMYK 0.27 0 0.87 0.48
HSL 78.26º 0.77% 0.29% -
HSV(B) 78.26º 0.87% 0.52% -
XYZ 13.28 19.08 3.51 -
YUV 108.43 76.4 119.85 -
System Red Green Blue C M Y K H S L
Decimal 97 132 17 0.27 0 0.87 0.48 78.26 0.77 0.29
Hex 61 84 11 1B 0 57 30 4E 4D 1D
Octal 141 204 21 33 0 127 60 116 115 35
Binary 1100001 10000100 10001 11011 0 1010111 110000 1001110 1001101 11101

Color Harmonies of #618411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618411

Black with #618411

Text Example


Text Example

White with #618411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #618411; }

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

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

background-color css

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

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

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

border-color css

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

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

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