#677405

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

Shades of Olive #677405

Tints of Olive #677405

Color information

#677405 (or 0x677405) is unknown color: approx Olive. HEX triplet: 67, 74 and 05. RGB value is (103,116,5). Sum of RGB (Red+Green+Blue) = 103+116+5=224 (29% of max value = 765). Red value is 103 (40.62% from 255 or 45.98% from 224); Green value is 116 (45.70% from 255 or 51.79% from 224); Blue value is 5 (2.34% from 255 or 2.23% from 224); Max value from RGB is 116 - color contains mainly: green. Hex color #677405 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #677405 is #988BFA. Grayscale: #636363. Windows color (decimal): -9997307 or 357479. OLE color: 357479.

HSL color Cylindrical-coordinate representation of color #677405: hue angle of 67.03º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #677405 is Cyan = 0.11, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.55.

Color convert

RGB1031165-
CMYK0.1100.960.55
HSL67.03º91.74%23.73%-
HSV(B)67.03º95.69%45.49%-
XYZ11.8715.392.49-
YUV99.4674.69130.53-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 45.98%
GREEN value IS 116 (45.70% from 255) = 51.79%
BLUE value IS 5 (2.34% from 255) = 2.23%
R=45.98%
G=51.79%
B=2.23%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal10311650.1100.960.5567.0391.7423.73
Hex67745B06037435c18
Octal14716451301406710313430
Binary110011111101001011011011000001101111000011101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #677405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #677405; }

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

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

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

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

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

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

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

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