#677A03

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

Shades of Olive #677A03

Tints of Olive #677A03

Color information

#677A03 (or 0x677A03) is unknown color: approx Olive. HEX triplet: 67, 7A and 03. RGB value is (103,122,3). Sum of RGB (Red+Green+Blue) = 103+122+3=228 (30% of max value = 765). Red value is 103 (40.62% from 255 or 45.18% from 228); Green value is 122 (48.05% from 255 or 53.51% from 228); Blue value is 3 (1.56% from 255 or 1.32% from 228); Max value from RGB is 122 - color contains mainly: green. Hex color #677A03 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #677A03 is #9885FC. Grayscale: #676767. Windows color (decimal): -9995773 or 227943. OLE color: 227943.

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

Color convert

RGB1031223-
CMYK0.1600.980.52
HSL69.58º95.2%24.51%-
HSV(B)69.58º97.54%47.84%-
XYZ12.5716.812.67-
YUV102.7571.71128.18-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 45.18%
GREEN value IS 122 (48.05% from 255) = 53.51%
BLUE value IS 3 (1.56% from 255) = 1.32%
R=45.18%
G=53.51%
B=1.32%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal10312230.1600.980.5269.5895.224.51
Hex677A31006234465f19
Octal14717232001426410613731
Binary110011111110101110000011000101101001000110101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #677A03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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