Html Css Color HEX #618508 Olive Drab

📋 copy color: '#618508'

red 97 ◦ green 133 ◦ blue 8

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

Shades of Olive Drab #618508

Tints of Olive Drab #618508

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.36%

R = 40.76%
G = 55.88%
B = 3.36%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.94

 K value IS 0.48

RGB Variations

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

Color information

#618508 (or 0x618508) is known color: Olive Drab. HEX triplet: 61, 85 and 08. RGB value is (97,133,8). Sum of RGB (Red+Green+Blue) = 97+133+8=238 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.76% from 238); Green value is 133 (52.34% from 255 or 55.88% from 238); Blue value is 8 (3.52% from 255 or 3.36% from 238); Max value from RGB is 133 - color contains mainly: green. Hex color #618508 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #618508 is #9E7AF7. Grayscale: #6C6C6C. Windows color (decimal): -10386168 or 558433. OLE color: 558433.

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

Color convert

RGB 97 133 8 -
CMYK 0.27 0 0.94 0.48
HSL 77.28º 0.89% 0.28% -
HSV(B) 77.28º 0.94% 0.52% -
XYZ 13.36 19.33 3.26 -
YUV 107.99 71.57 120.16 -
System Red Green Blue C M Y K H S L
Decimal 97 133 8 0.27 0 0.94 0.48 77.28 0.89 0.28
Hex 61 85 8 1B 0 5E 30 4D 59 1C
Octal 141 205 10 33 0 136 60 115 131 34
Binary 1100001 10000101 1000 11011 0 1011110 110000 1001101 1011001 11100

Color Harmonies of #618508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618508

Black with #618508

Text Example


Text Example

White with #618508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #618508; }

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

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

background-color css

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

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

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

border-color css

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

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

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