#658122

Color #658122 Olive Drab (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive Drab #658122

Tints of Olive Drab #658122

Color information

#658122 (or 0x658122) is unknown color: approx Olive Drab. HEX triplet: 65, 81 and 22. RGB value is (101,129,34). Sum of RGB (Red+Green+Blue) = 101+129+34=264 (34% of max value = 765). Red value is 101 (39.84% from 255 or 38.26% from 264); Green value is 129 (50.78% from 255 or 48.86% from 264); Blue value is 34 (13.67% from 255 or 12.88% from 264); Max value from RGB is 129 - color contains mainly: green. Hex color #658122 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #658122 is #9A7EDD. Grayscale: #6E6E6E. Windows color (decimal): -10125022 or 2261349. OLE color: 2261349.

HSL color Cylindrical-coordinate representation of color #658122: hue angle of 77.68º 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 #658122 is Cyan = 0.22, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.49.

Color convert

RGB10112934-
CMYK0.2200.740.49
HSL77.68º58.28%31.96%-
HSV(B)77.68º73.64%50.59%-
XYZ13.5118.584.39-
YUV109.885.22121.72-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 38.26%
GREEN value IS 129 (50.78% from 255) = 48.86%
BLUE value IS 34 (13.67% from 255) = 12.88%
R=38.26%
G=48.86%
B=12.88%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal101129340.2200.740.4977.6858.2831.96
Hex6581221604A314e3a20
Octal14520142260112611167240
Binary11001011000000110001010110010010101100011001110111010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #658122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #658122; }

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

 H1.HeaderClassName
 {
   color: #658122;
 }
 .AnyTagClassName
 {
   color: #658122;
 }
</style>
background-color css

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

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

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

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

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

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