Html Css Color HEX #618129 Olive Drab

📋 copy color: '#618129'

red 97 ◦ green 129 ◦ blue 41

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

Shades of Olive Drab #618129

Tints of Olive Drab #618129

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 15.36%

R = 36.33%
G = 48.31%
B = 15.36%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.68

 K value IS 0.49

RGB Variations

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

Color information

#618129 (or 0x618129) is known color: Olive Drab. HEX triplet: 61, 81 and 29. RGB value is (97,129,41). Sum of RGB (Red+Green+Blue) = 97+129+41=267 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.33% from 267); Green value is 129 (50.78% from 255 or 48.31% from 267); Blue value is 41 (16.41% from 255 or 15.36% from 267); Max value from RGB is 129 - color contains mainly: green. Hex color #618129 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #618129 is #9E7ED6. Grayscale: #6D6D6D. Windows color (decimal): -10387159 or 2720097. OLE color: 2720097.

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

Color convert

RGB 97 129 41 -
CMYK 0.25 0 0.68 0.49
HSL 81.82º 0.52% 0.33% -
HSV(B) 81.82º 0.68% 0.51% -
XYZ 13.18 18.4 4.96 -
YUV 109.4 89.4 119.16 -
System Red Green Blue C M Y K H S L
Decimal 97 129 41 0.25 0 0.68 0.49 81.82 0.52 0.33
Hex 61 81 29 19 0 44 31 52 34 21
Octal 141 201 51 31 0 104 61 122 64 41
Binary 1100001 10000001 101001 11001 0 1000100 110001 1010010 110100 100001

Color Harmonies of #618129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618129

Black with #618129

Text Example


Text Example

White with #618129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #618129; }

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

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

background-color css

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

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

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

border-color css

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

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

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