Html Css Color HEX #618124 Olive Drab

📋 copy color: '#618124'

red 97 ◦ green 129 ◦ blue 36

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

Shades of Olive Drab #618124

Tints of Olive Drab #618124

RGB

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

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

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

R = 37.02%
G = 49.24%
B = 13.74%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.72

 K value IS 0.49

RGB Variations

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

Color information

#618124 (or 0x618124) is known color: Olive Drab. HEX triplet: 61, 81 and 24. RGB value is (97,129,36). Sum of RGB (Red+Green+Blue) = 97+129+36=262 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.02% from 262); Green value is 129 (50.78% from 255 or 49.24% from 262); Blue value is 36 (14.45% from 255 or 13.74% from 262); Max value from RGB is 129 - color contains mainly: green. Hex color #618124 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #618124 is #9E7EDB. Grayscale: #6D6D6D. Windows color (decimal): -10387164 or 2392417. OLE color: 2392417.

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

Color convert

RGB 97 129 36 -
CMYK 0.25 0 0.72 0.49
HSL 80.65º 0.56% 0.32% -
HSV(B) 80.65º 0.72% 0.51% -
XYZ 13.1 18.37 4.52 -
YUV 108.83 86.9 119.56 -
System Red Green Blue C M Y K H S L
Decimal 97 129 36 0.25 0 0.72 0.49 80.65 0.56 0.32
Hex 61 81 24 19 0 48 31 51 38 20
Octal 141 201 44 31 0 110 61 121 70 40
Binary 1100001 10000001 100100 11001 0 1001000 110001 1010001 111000 100000

Color Harmonies of #618124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618124

Black with #618124

Text Example


Text Example

White with #618124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #618124; }

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

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

background-color css

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

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

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

border-color css

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

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

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