#67936A

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

Shades of Laurel #67936A

Tints of Laurel #67936A

Color information

#67936A (or 0x67936A) is unknown color: approx Laurel. HEX triplet: 67, 93 and 6A. RGB value is (103,147,106). Sum of RGB (Red+Green+Blue) = 103+147+106=356 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.93% from 356); Green value is 147 (57.81% from 255 or 41.29% from 356); Blue value is 106 (41.80% from 255 or 29.78% from 356); Max value from RGB is 147 - color contains mainly: green. Hex color #67936A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67936A is #986C95. Grayscale: #818181. Windows color (decimal): -9989270 or 6984551. OLE color: 6984551.

HSL color Cylindrical-coordinate representation of color #67936A: hue angle of 124.09º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #67936A is Cyan = 0.30, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB103147106-
CMYK0.3000.280.42
HSL124.09º17.6%49.02%-
HSV(B)124.09º29.93%57.65%-
XYZ18.6324.7917.44-
YUV129.17114.92109.33-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 28.93%
GREEN value IS 147 (57.81% from 255) = 41.29%
BLUE value IS 106 (41.80% from 255) = 29.78%
R=28.93%
G=41.29%
B=29.78%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1031471060.3000.280.42124.0917.649.02
Hex67936A1E01C2A7c1231
Octal14722315236034521742261
Binary110011110010011110101011110011100101010111110010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67936A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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