#677A06

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

Shades of Olive #677A06

Tints of Olive #677A06

Color information

#677A06 (or 0x677A06) is unknown color: approx Olive. HEX triplet: 67, 7A and 06. RGB value is (103,122,6). Sum of RGB (Red+Green+Blue) = 103+122+6=231 (30% of max value = 765). Red value is 103 (40.62% from 255 or 44.59% from 231); Green value is 122 (48.05% from 255 or 52.81% from 231); Blue value is 6 (2.73% from 255 or 2.60% from 231); Max value from RGB is 122 - color contains mainly: green. Hex color #677A06 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #677A06 is #9885F9. Grayscale: #676767. Windows color (decimal): -9995770 or 424551. OLE color: 424551.

HSL color Cylindrical-coordinate representation of color #677A06: hue angle of 69.83º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #677A06 is Cyan = 0.16, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.52.

Color convert

RGB1031226-
CMYK0.1600.950.52
HSL69.83º90.62%25.1%-
HSV(B)69.83º95.08%47.84%-
XYZ12.5916.822.75-
YUV103.0973.21127.93-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 44.59%
GREEN value IS 122 (48.05% from 255) = 52.81%
BLUE value IS 6 (2.73% from 255) = 2.60%
R=44.59%
G=52.81%
B=2.60%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal10312260.1600.950.5269.8390.6225.1
Hex677A61005F34465b19
Octal14717262001376410613331
Binary1100111111101011010000010111111101001000110101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #677A06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #677A06; }

 p { color: rgb(103,122,6); }

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

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

 a { background-color: rgb(103,122,6); }

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

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

 span { border-color: rgb(103,122,6); }

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