Html Css Color HEX #618127 Olive Drab

📋 copy color: '#618127'

red 97 ◦ green 129 ◦ blue 39

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

Shades of Olive Drab #618127

Tints of Olive Drab #618127

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 14.72%

R = 36.6%
G = 48.68%
B = 14.72%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.70

 K value IS 0.49

RGB Variations

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

Color information

#618127 (or 0x618127) is known color: Olive Drab. HEX triplet: 61, 81 and 27. RGB value is (97,129,39). Sum of RGB (Red+Green+Blue) = 97+129+39=265 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.60% from 265); Green value is 129 (50.78% from 255 or 48.68% from 265); Blue value is 39 (15.62% from 255 or 14.72% from 265); Max value from RGB is 129 - color contains mainly: green. Hex color #618127 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #618127 is #9E7ED8. Grayscale: #6D6D6D. Windows color (decimal): -10387161 or 2589025. OLE color: 2589025.

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

Color convert

RGB 97 129 39 -
CMYK 0.25 0 0.70 0.49
HSL 81.33º 0.54% 0.33% -
HSV(B) 81.33º 0.7% 0.51% -
XYZ 13.15 18.39 4.78 -
YUV 109.17 88.4 119.32 -
System Red Green Blue C M Y K H S L
Decimal 97 129 39 0.25 0 0.70 0.49 81.33 0.54 0.33
Hex 61 81 27 19 0 46 31 51 36 21
Octal 141 201 47 31 0 106 61 121 66 41
Binary 1100001 10000001 100111 11001 0 1000110 110001 1010001 110110 100001

Color Harmonies of #618127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618127

Black with #618127

Text Example


Text Example

White with #618127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #618127; }

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

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

background-color css

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

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

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

border-color css

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

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

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