#677905

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

Shades of Olive #677905

Tints of Olive #677905

Color information

#677905 (or 0x677905) is unknown color: approx Olive. HEX triplet: 67, 79 and 05. RGB value is (103,121,5). Sum of RGB (Red+Green+Blue) = 103+121+5=229 (30% of max value = 765). Red value is 103 (40.62% from 255 or 44.98% from 229); Green value is 121 (47.66% from 255 or 52.84% from 229); Blue value is 5 (2.34% from 255 or 2.18% from 229); Max value from RGB is 121 - color contains mainly: green. Hex color #677905 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #677905 is #9886FA. Grayscale: #666666. Windows color (decimal): -9996027 or 358759. OLE color: 358759.

HSL color Cylindrical-coordinate representation of color #677905: hue angle of 69.31º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #677905 is Cyan = 0.15, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.53.

Color convert

RGB1031215-
CMYK0.1500.960.53
HSL69.31º92.06%24.71%-
HSV(B)69.31º95.87%47.45%-
XYZ12.4616.572.69-
YUV102.3973.04128.43-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 44.98%
GREEN value IS 121 (47.66% from 255) = 52.84%
BLUE value IS 5 (2.34% from 255) = 2.18%
R=44.98%
G=52.84%
B=2.18%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal10312150.1500.960.5369.3192.0624.71
Hex67795F06035455c19
Octal14717151701406510513431
Binary110011111110011011111011000001101011000101101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #677905

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #677905; }

 p { color: rgb(103,121,5); }

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

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

 a { background-color: rgb(103,121,5); }

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

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

 span { border-color: rgb(103,121,5); }

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