#696F02

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

Shades of Olive #696F02

Tints of Olive #696F02

Color information

#696F02 (or 0x696F02) is unknown color: approx Olive. HEX triplet: 69, 6F and 02. RGB value is (105,111,2). Sum of RGB (Red+Green+Blue) = 105+111+2=218 (28% of max value = 765). Red value is 105 (41.41% from 255 or 48.17% from 218); Green value is 111 (43.75% from 255 or 50.92% from 218); Blue value is 2 (1.17% from 255 or 0.92% from 218); Max value from RGB is 111 - color contains mainly: green. Hex color #696F02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #696F02 is #9690FD. Grayscale: #616161. Windows color (decimal): -9867518 or 159593. OLE color: 159593.

HSL color Cylindrical-coordinate representation of color #696F02: hue angle of 63.3º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #696F02 is Cyan = 0.05, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.56.

Color convert

RGB1051112-
CMYK0.0500.980.56
HSL63.3º96.46%22.16%-
HSV(B)63.3º98.2%43.53%-
XYZ11.5214.382.23-
YUV96.7874.51133.86-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 48.17%
GREEN value IS 111 (43.75% from 255) = 50.92%
BLUE value IS 2 (1.17% from 255) = 0.92%
R=48.17%
G=50.92%
B=0.92%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal10511120.0500.980.5663.396.4622.16
Hex696F25062383f6016
Octal151157250142707714026
Binary110100111011111010101100010111000111111110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696F02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696F02; }

 p { color: rgb(105,111,2); }

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

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

 a { background-color: rgb(105,111,2); }

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

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

 span { border-color: rgb(105,111,2); }

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