#698426

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

Shades of Olive Drab #698426

Tints of Olive Drab #698426

Color information

#698426 (or 0x698426) is unknown color: approx Olive Drab. HEX triplet: 69, 84 and 26. RGB value is (105,132,38). Sum of RGB (Red+Green+Blue) = 105+132+38=275 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.18% from 275); Green value is 132 (51.95% from 255 or 48% from 275); Blue value is 38 (15.23% from 255 or 13.82% from 275); Max value from RGB is 132 - color contains mainly: green. Hex color #698426 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698426 is #967BD9. Grayscale: #717171. Windows color (decimal): -9862106 or 2524265. OLE color: 2524265.

HSL color Cylindrical-coordinate representation of color #698426: hue angle of 77.23º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #698426 is Cyan = 0.20, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.48.

Color convert

RGB10513238-
CMYK0.2000.710.48
HSL77.23º55.29%33.33%-
HSV(B)77.23º71.21%51.76%-
XYZ14.4319.654.87-
YUV113.2185.55122.14-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 38.18%
GREEN value IS 132 (51.95% from 255) = 48%
BLUE value IS 38 (15.23% from 255) = 13.82%
R=38.18%
G=48%
B=13.82%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal105132380.2000.710.4877.2355.2933.33
Hex69842614047304d3721
Octal15120446240107601156741
Binary11010011000010010011010100010001111100001001101110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698426; }

 p { color: rgb(105,132,38); }

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

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

 a { background-color: rgb(105,132,38); }

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

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

 span { border-color: rgb(105,132,38); }

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