#679866

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

Shades of Laurel #679866

Tints of Laurel #679866

Color information

#679866 (or 0x679866) is unknown color: approx Laurel. HEX triplet: 67, 98 and 66. RGB value is (103,152,102). Sum of RGB (Red+Green+Blue) = 103+152+102=357 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.85% from 357); Green value is 152 (59.77% from 255 or 42.58% from 357); Blue value is 102 (40.23% from 255 or 28.57% from 357); Max value from RGB is 152 - color contains mainly: green. Hex color #679866 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #679866 is #986799. Grayscale: #838383. Windows color (decimal): -9987994 or 6723687. OLE color: 6723687.

HSL color Cylindrical-coordinate representation of color #679866: hue angle of 118.8º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #679866 is Cyan = 0.32, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.40.

Color convert

RGB103152102-
CMYK0.3200.330.40
HSL118.8º19.69%49.8%-
HSV(B)118.8º32.89%59.61%-
XYZ19.2226.316.63-
YUV131.65111.27107.57-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 28.85%
GREEN value IS 152 (59.77% from 255) = 42.58%
BLUE value IS 102 (40.23% from 255) = 28.57%
R=28.85%
G=42.58%
B=28.57%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1031521020.3200.330.40118.819.6949.8
Hex6798662002128771432
Octal14723014640041501672462
Binary11001111001100011001101000000100001101000111011110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #679866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #679866; }

 p { color: rgb(103,152,102); }

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

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

 a { background-color: rgb(103,152,102); }

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

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

 span { border-color: rgb(103,152,102); }

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