Html Css Color HEX #618110 Olive Drab

📋 copy color: '#618110'

red 97 ◦ green 129 ◦ blue 16

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

Shades of Olive Drab #618110

Tints of Olive Drab #618110

RGB

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

 GREEN value IS 129 (50.78% from 255) = 53.31%

 BLUE value IS 16 (6.64% from 255) = 6.61%

R = 40.08%
G = 53.31%
B = 6.61%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.88

 K value IS 0.49

RGB Variations

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

Color information

#618110 (or 0x618110) is known color: Olive Drab. HEX triplet: 61, 81 and 10. RGB value is (97,129,16). Sum of RGB (Red+Green+Blue) = 97+129+16=242 (32% of max value = 765). Red value is 97 (38.28% from 255 or 40.08% from 242); Green value is 129 (50.78% from 255 or 53.31% from 242); Blue value is 16 (6.64% from 255 or 6.61% from 242); Max value from RGB is 129 - color contains mainly: green. Hex color #618110 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #618110 is #9E7EEF. Grayscale: #6A6A6A. Windows color (decimal): -10387184 or 1081697. OLE color: 1081697.

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

Color convert

RGB 97 129 16 -
CMYK 0.25 0 0.88 0.49
HSL 76.99º 0.78% 0.28% -
HSV(B) 76.99º 0.88% 0.51% -
XYZ 12.87 18.28 3.34 -
YUV 106.55 76.9 121.19 -
System Red Green Blue C M Y K H S L
Decimal 97 129 16 0.25 0 0.88 0.49 76.99 0.78 0.28
Hex 61 81 10 19 0 58 31 4D 4E 1C
Octal 141 201 20 31 0 130 61 115 116 34
Binary 1100001 10000001 10000 11001 0 1011000 110001 1001101 1001110 11100

Color Harmonies of #618110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618110

Black with #618110

Text Example


Text Example

White with #618110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #618110; }

 p { color: rgb(97,129,16); }

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

background-color css

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

 a { background-color: rgb(97,129,16); }

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

border-color css

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

 span { border-color: rgb(97,129,16); }

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