Html Css Color HEX #618128 Olive Drab

📋 copy color: '#618128'

red 97 ◦ green 129 ◦ blue 40

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

Shades of Olive Drab #618128

Tints of Olive Drab #618128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 15.04%

R = 36.47%
G = 48.5%
B = 15.04%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.69

 K value IS 0.49

RGB Variations

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

Color information

#618128 (or 0x618128) is known color: Olive Drab. HEX triplet: 61, 81 and 28. RGB value is (97,129,40). Sum of RGB (Red+Green+Blue) = 97+129+40=266 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.47% from 266); Green value is 129 (50.78% from 255 or 48.50% from 266); Blue value is 40 (16.02% from 255 or 15.04% from 266); Max value from RGB is 129 - color contains mainly: green. Hex color #618128 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #618128 is #9E7ED7. Grayscale: #6D6D6D. Windows color (decimal): -10387160 or 2654561. OLE color: 2654561.

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

Color convert

RGB 97 129 40 -
CMYK 0.25 0 0.69 0.49
HSL 81.57º 0.53% 0.33% -
HSV(B) 81.57º 0.69% 0.51% -
XYZ 13.16 18.4 4.86 -
YUV 109.29 88.9 119.24 -
System Red Green Blue C M Y K H S L
Decimal 97 129 40 0.25 0 0.69 0.49 81.57 0.53 0.33
Hex 61 81 28 19 0 45 31 52 35 21
Octal 141 201 50 31 0 105 61 122 65 41
Binary 1100001 10000001 101000 11001 0 1000101 110001 1010010 110101 100001

Color Harmonies of #618128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618128

Black with #618128

Text Example


Text Example

White with #618128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #618128; }

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

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

background-color css

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

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

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

border-color css

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

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

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