#689423

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

Shades of Olive Drab #689423

Tints of Olive Drab #689423

Color information

#689423 (or 0x689423) is unknown color: approx Olive Drab. HEX triplet: 68, 94 and 23. RGB value is (104,148,35). Sum of RGB (Red+Green+Blue) = 104+148+35=287 (38% of max value = 765). Red value is 104 (41.02% from 255 or 36.24% from 287); Green value is 148 (58.20% from 255 or 51.57% from 287); Blue value is 35 (14.06% from 255 or 12.20% from 287); Max value from RGB is 148 - color contains mainly: green. Hex color #689423 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #689423 is #976BDC. Grayscale: #7A7A7A. Windows color (decimal): -9923549 or 2331752. OLE color: 2331752.

HSL color Cylindrical-coordinate representation of color #689423: hue angle of 83.36º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #689423 is Cyan = 0.30, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.42.

Color convert

RGB10414835-
CMYK0.3000.760.42
HSL83.36º61.75%35.88%-
HSV(B)83.36º76.35%58.04%-
XYZ16.624.245.39-
YUV121.9678.92115.19-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 36.24%
GREEN value IS 148 (58.20% from 255) = 51.57%
BLUE value IS 35 (14.06% from 255) = 12.20%
R=36.24%
G=51.57%
B=12.20%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal104148350.3000.760.4283.3661.7535.88
Hex6894231E04C2A533e24
Octal15022443360114521237644
Binary11010001001010010001111110010011001010101010011111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689423

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #689423; }

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

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

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

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

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

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

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

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