Html Css Color HEX #618122 Olive Drab

📋 copy color: '#618122'

red 97 ◦ green 129 ◦ blue 34

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

Shades of Olive Drab #618122

Tints of Olive Drab #618122

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 13.08%

R = 37.31%
G = 49.62%
B = 13.08%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.74

 K value IS 0.49

RGB Variations

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

Color information

#618122 (or 0x618122) is known color: Olive Drab. HEX triplet: 61, 81 and 22. RGB value is (97,129,34). Sum of RGB (Red+Green+Blue) = 97+129+34=260 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.31% from 260); Green value is 129 (50.78% from 255 or 49.62% from 260); Blue value is 34 (13.67% from 255 or 13.08% from 260); Max value from RGB is 129 - color contains mainly: green. Hex color #618122 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #618122 is #9E7EDD. Grayscale: #6C6C6C. Windows color (decimal): -10387166 or 2261345. OLE color: 2261345.

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

Color convert

RGB 97 129 34 -
CMYK 0.25 0 0.74 0.49
HSL 80.21º 0.58% 0.32% -
HSV(B) 80.21º 0.74% 0.51% -
XYZ 13.07 18.36 4.37 -
YUV 108.6 85.9 119.72 -
System Red Green Blue C M Y K H S L
Decimal 97 129 34 0.25 0 0.74 0.49 80.21 0.58 0.32
Hex 61 81 22 19 0 4A 31 50 3A 20
Octal 141 201 42 31 0 112 61 120 72 40
Binary 1100001 10000001 100010 11001 0 1001010 110001 1010000 111010 100000

Color Harmonies of #618122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618122

Black with #618122

Text Example


Text Example

White with #618122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #618122; }

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

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

background-color css

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

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

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

border-color css

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

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

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