#689023

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

Shades of Olive Drab #689023

Tints of Olive Drab #689023

Color information

#689023 (or 0x689023) is unknown color: approx Olive Drab. HEX triplet: 68, 90 and 23. RGB value is (104,144,35). Sum of RGB (Red+Green+Blue) = 104+144+35=283 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.75% from 283); Green value is 144 (56.64% from 255 or 50.88% from 283); Blue value is 35 (14.06% from 255 or 12.37% from 283); Max value from RGB is 144 - color contains mainly: green. Hex color #689023 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #689023 is #976FDC. Grayscale: #787878. Windows color (decimal): -9924573 or 2330728. OLE color: 2330728.

HSL color Cylindrical-coordinate representation of color #689023: hue angle of 82.02º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #689023 is Cyan = 0.28, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.44.

Color convert

RGB10414435-
CMYK0.2800.760.44
HSL82.02º60.89%35.1%-
HSV(B)82.02º75.69%56.47%-
XYZ15.9923.015.19-
YUV119.6180.25116.86-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 36.75%
GREEN value IS 144 (56.64% from 255) = 50.88%
BLUE value IS 35 (14.06% from 255) = 12.37%
R=36.75%
G=50.88%
B=12.37%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal104144350.2800.760.4482.0260.8935.1
Hex6890231C04C2C523d23
Octal15022043340114541227543
Binary11010001001000010001111100010011001011001010010111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #689023; }

 p { color: rgb(104,144,35); }

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

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

 a { background-color: rgb(104,144,35); }

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

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

 span { border-color: rgb(104,144,35); }

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