Html Css Color HEX #618624 Olive Drab

📋 copy color: '#618624'

red 97 ◦ green 134 ◦ blue 36

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

Shades of Olive Drab #618624

Tints of Olive Drab #618624

RGB

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

 GREEN value IS 134 (52.73% from 255) = 50.19%

 BLUE value IS 36 (14.45% from 255) = 13.48%

R = 36.33%
G = 50.19%
B = 13.48%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.73

 K value IS 0.47

RGB Variations

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

Color information

#618624 (or 0x618624) is known color: Olive Drab. HEX triplet: 61, 86 and 24. RGB value is (97,134,36). Sum of RGB (Red+Green+Blue) = 97+134+36=267 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.33% from 267); Green value is 134 (52.73% from 255 or 50.19% from 267); Blue value is 36 (14.45% from 255 or 13.48% from 267); Max value from RGB is 134 - color contains mainly: green. Hex color #618624 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #618624 is #9E79DB. Grayscale: #707070. Windows color (decimal): -10385884 or 2393697. OLE color: 2393697.

HSL color Cylindrical-coordinate representation of color #618624: hue angle of 82.65º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #618624 is Cyan = 0.28, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.47.

Color convert

RGB 97 134 36 -
CMYK 0.28 0 0.73 0.47
HSL 82.65º 0.58% 0.33% -
HSV(B) 82.65º 0.73% 0.53% -
XYZ 13.77 19.72 4.75 -
YUV 111.77 85.24 117.47 -
System Red Green Blue C M Y K H S L
Decimal 97 134 36 0.28 0 0.73 0.47 82.65 0.58 0.33
Hex 61 86 24 1C 0 49 2F 53 3A 21
Octal 141 206 44 34 0 111 57 123 72 41
Binary 1100001 10000110 100100 11100 0 1001001 101111 1010011 111010 100001

Color Harmonies of #618624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618624

Black with #618624

Text Example


Text Example

White with #618624

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #618624; }

 p { color: rgb(97,134,36); }

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

background-color css

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

 a { background-color: rgb(97,134,36); }

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

border-color css

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

 span { border-color: rgb(97,134,36); }

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