#677502

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

Shades of Olive #677502

Tints of Olive #677502

Color information

#677502 (or 0x677502) is unknown color: approx Olive. HEX triplet: 67, 75 and 02. RGB value is (103,117,2). Sum of RGB (Red+Green+Blue) = 103+117+2=222 (29% of max value = 765). Red value is 103 (40.62% from 255 or 46.40% from 222); Green value is 117 (46.09% from 255 or 52.70% from 222); Blue value is 2 (1.17% from 255 or 0.90% from 222); Max value from RGB is 117 - color contains mainly: green. Hex color #677502 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #677502 is #988AFD. Grayscale: #646464. Windows color (decimal): -9997054 or 161127. OLE color: 161127.

HSL color Cylindrical-coordinate representation of color #677502: hue angle of 67.3º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #677502 is Cyan = 0.12, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.54.

Color convert

RGB1031172-
CMYK0.1200.980.54
HSL67.3º96.64%23.33%-
HSV(B)67.3º98.29%45.88%-
XYZ11.9715.612.44-
YUV99.772.86130.35-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 46.40%
GREEN value IS 117 (46.09% from 255) = 52.70%
BLUE value IS 2 (1.17% from 255) = 0.90%
R=46.40%
G=52.70%
B=0.90%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal10311720.1200.980.5467.396.6423.33
Hex67752C06236436117
Octal14716521401426610314127
Binary11001111110101101100011000101101101000011110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #677502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #677502; }

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

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

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

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

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

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

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

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