#698700

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

Shades of Olive #698700

Tints of Olive #698700

Color information

#698700 (or 0x698700) is unknown color: approx Olive. HEX triplet: 69, 87 and 00. RGB value is (105,135,0). Sum of RGB (Red+Green+Blue) = 105+135+0=240 (31% of max value = 765). Red value is 105 (41.41% from 255 or 43.75% from 240); Green value is 135 (53.12% from 255 or 56.25% from 240); Blue value is 0 (0.39% from 255 or 0% from 240); Max value from RGB is 135 - color contains mainly: green. Hex color #698700 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #698700 is #9678FF. Grayscale: #6F6F6F. Windows color (decimal): -9861376 or 34665. OLE color: 34665.

HSL color Cylindrical-coordinate representation of color #698700: hue angle of 73.33º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #698700 is Cyan = 0.22, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.47.

Color convert

RGB1051350-
CMYK0.22010.47
HSL73.33º100%26.47%-
HSV(B)73.33º100%52.94%-
XYZ14.4920.333.16-
YUV110.6465.56123.98-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 43.75%
GREEN value IS 135 (53.12% from 255) = 56.25%
BLUE value IS 0 (0.39% from 255) = 0%
R=43.75%
G=56.25%
B=0%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal10513500.22010.4773.3310026.47
Hex69870160642F49641a
Octal15120702601445711114432
Binary110100110000111010110011001001011111001001110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698700; }

 p { color: rgb(105,135,0); }

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

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

 a { background-color: rgb(105,135,0); }

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

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

 span { border-color: rgb(105,135,0); }

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