#677302

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

Shades of Olive #677302

Tints of Olive #677302

Color information

#677302 (or 0x677302) is unknown color: approx Olive. HEX triplet: 67, 73 and 02. RGB value is (103,115,2). Sum of RGB (Red+Green+Blue) = 103+115+2=220 (29% of max value = 765). Red value is 103 (40.62% from 255 or 46.82% from 220); Green value is 115 (45.31% from 255 or 52.27% from 220); Blue value is 2 (1.17% from 255 or 0.91% from 220); Max value from RGB is 115 - color contains mainly: green. Hex color #677302 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #677302 is #988CFD. Grayscale: #626262. Windows color (decimal): -9997566 or 160615. OLE color: 160615.

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

Color convert

RGB1031152-
CMYK0.1000.980.55
HSL66.37º96.58%22.94%-
HSV(B)66.37º98.26%45.1%-
XYZ11.7415.152.36-
YUV98.5373.52131.19-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 46.82%
GREEN value IS 115 (45.31% from 255) = 52.27%
BLUE value IS 2 (1.17% from 255) = 0.91%
R=46.82%
G=52.27%
B=0.91%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal10311520.1000.980.5566.3796.5822.94
Hex67732A06237426117
Octal14716321201426710214127
Binary11001111110011101010011000101101111000010110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #677302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #677302; }

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

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

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

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

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

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

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

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