#67986A

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

Shades of Laurel #67986A

Tints of Laurel #67986A

Color information

#67986A (or 0x67986A) is unknown color: approx Laurel. HEX triplet: 67, 98 and 6A. RGB value is (103,152,106). Sum of RGB (Red+Green+Blue) = 103+152+106=361 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.53% from 361); Green value is 152 (59.77% from 255 or 42.11% from 361); Blue value is 106 (41.80% from 255 or 29.36% from 361); Max value from RGB is 152 - color contains mainly: green. Hex color #67986A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67986A is #986795. Grayscale: #848484. Windows color (decimal): -9987990 or 6985831. OLE color: 6985831.

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

Color convert

RGB103152106-
CMYK0.3200.300.40
HSL123.67º19.22%50%-
HSV(B)123.67º32.24%59.61%-
XYZ19.4226.3817.7-
YUV132.1113.27107.24-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 28.53%
GREEN value IS 152 (59.77% from 255) = 42.11%
BLUE value IS 106 (41.80% from 255) = 29.36%
R=28.53%
G=42.11%
B=29.36%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1031521060.3200.300.40123.6719.2250
Hex67986A2001E287c1332
Octal14723015240036501742362
Binary1100111100110001101010100000011110101000111110010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67986A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67986A; }

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

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

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

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

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

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

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

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