#676D02

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

Shades of Olive #676D02

Tints of Olive #676D02

Color information

#676D02 (or 0x676D02) is unknown color: approx Olive. HEX triplet: 67, 6D and 02. RGB value is (103,109,2). Sum of RGB (Red+Green+Blue) = 103+109+2=214 (28% of max value = 765). Red value is 103 (40.62% from 255 or 48.13% from 214); Green value is 109 (42.97% from 255 or 50.93% from 214); Blue value is 2 (1.17% from 255 or 0.93% from 214); Max value from RGB is 109 - color contains mainly: green. Hex color #676D02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #676D02 is #9892FD. Grayscale: #5F5F5F. Windows color (decimal): -9999102 or 159079. OLE color: 159079.

HSL color Cylindrical-coordinate representation of color #676D02: hue angle of 63.36º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #676D02 is Cyan = 0.06, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.57.

Color convert

RGB1031092-
CMYK0.0600.980.57
HSL63.36º96.4%21.76%-
HSV(B)63.36º98.17%42.75%-
XYZ11.0713.832.14-
YUV95.0175.51133.7-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 48.13%
GREEN value IS 109 (42.97% from 255) = 50.93%
BLUE value IS 2 (1.17% from 255) = 0.93%
R=48.13%
G=50.93%
B=0.93%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal10310920.0600.980.5763.3696.421.76
Hex676D26062393f6016
Octal147155260142717714026
Binary110011111011011011001100010111001111111110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #676D02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #676D02; }

 p { color: rgb(103,109,2); }

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

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

 a { background-color: rgb(103,109,2); }

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

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

 span { border-color: rgb(103,109,2); }

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