Html Css Color HEX #618505 Olive Drab

📋 copy color: '#618505'

red 97 ◦ green 133 ◦ blue 5

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

Shades of Olive Drab #618505

Tints of Olive Drab #618505

RGB

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

 GREEN value IS 133 (52.34% from 255) = 56.6%

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

R = 41.28%
G = 56.6%
B = 2.13%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.96

 K value IS 0.48

RGB Variations

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

Color information

#618505 (or 0x618505) is known color: Olive Drab. HEX triplet: 61, 85 and 05. RGB value is (97,133,5). Sum of RGB (Red+Green+Blue) = 97+133+5=235 (31% of max value = 765). Red value is 97 (38.28% from 255 or 41.28% from 235); Green value is 133 (52.34% from 255 or 56.60% from 235); Blue value is 5 (2.34% from 255 or 2.13% from 235); Max value from RGB is 133 - color contains mainly: green. Hex color #618505 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #618505 is #9E7AFA. Grayscale: #6C6C6C. Windows color (decimal): -10386171 or 361825. OLE color: 361825.

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

Color convert

RGB 97 133 5 -
CMYK 0.27 0 0.96 0.48
HSL 76.88º 0.93% 0.27% -
HSV(B) 76.88º 0.96% 0.52% -
XYZ 13.34 19.33 3.17 -
YUV 107.64 70.07 120.41 -
System Red Green Blue C M Y K H S L
Decimal 97 133 5 0.27 0 0.96 0.48 76.88 0.93 0.27
Hex 61 85 5 1B 0 60 30 4D 5D 1B
Octal 141 205 5 33 0 140 60 115 135 33
Binary 1100001 10000101 101 11011 0 1100000 110000 1001101 1011101 11011

Color Harmonies of #618505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618505

Black with #618505

Text Example


Text Example

White with #618505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #618505; }

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

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

background-color css

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

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

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

border-color css

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

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

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