Html Css Color HEX #618105 Olive Drab

📋 copy color: '#618105'

red 97 ◦ green 129 ◦ blue 5

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

Shades of Olive Drab #618105

Tints of Olive Drab #618105

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.16%

R = 41.99%
G = 55.84%
B = 2.16%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.96

 K value IS 0.49

RGB Variations

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

Color information

#618105 (or 0x618105) is known color: Olive Drab. HEX triplet: 61, 81 and 05. RGB value is (97,129,5). Sum of RGB (Red+Green+Blue) = 97+129+5=231 (30% of max value = 765). Red value is 97 (38.28% from 255 or 41.99% from 231); Green value is 129 (50.78% from 255 or 55.84% from 231); Blue value is 5 (2.34% from 255 or 2.16% from 231); Max value from RGB is 129 - color contains mainly: green. Hex color #618105 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #618105 is #9E7EFA. Grayscale: #696969. Windows color (decimal): -10387195 or 360801. OLE color: 360801.

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

Color convert

RGB 97 129 5 -
CMYK 0.25 0 0.96 0.49
HSL 75.48º 0.93% 0.26% -
HSV(B) 75.48º 0.96% 0.51% -
XYZ 12.81 18.25 2.99 -
YUV 105.3 71.4 122.08 -
System Red Green Blue C M Y K H S L
Decimal 97 129 5 0.25 0 0.96 0.49 75.48 0.93 0.26
Hex 61 81 5 19 0 60 31 4B 5D 1A
Octal 141 201 5 31 0 140 61 113 135 32
Binary 1100001 10000001 101 11001 0 1100000 110001 1001011 1011101 11010

Color Harmonies of #618105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618105

Black with #618105

Text Example


Text Example

White with #618105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #618105; }

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

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

background-color css

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

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

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

border-color css

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

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

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