#67946A

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

Shades of Laurel #67946A

Tints of Laurel #67946A

Color information

#67946A (or 0x67946A) is unknown color: approx Laurel. HEX triplet: 67, 94 and 6A. RGB value is (103,148,106). Sum of RGB (Red+Green+Blue) = 103+148+106=357 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.85% from 357); Green value is 148 (58.20% from 255 or 41.46% from 357); Blue value is 106 (41.80% from 255 or 29.69% from 357); Max value from RGB is 148 - color contains mainly: green. Hex color #67946A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67946A is #986B95. Grayscale: #818181. Windows color (decimal): -9989014 or 6984807. OLE color: 6984807.

HSL color Cylindrical-coordinate representation of color #67946A: hue angle of 124º 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 #67946A is Cyan = 0.30, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB103148106-
CMYK0.3000.280.42
HSL124º17.93%49.22%-
HSV(B)124º30.41%58.04%-
XYZ18.7825.117.49-
YUV129.76114.59108.92-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 28.85%
GREEN value IS 148 (58.20% from 255) = 41.46%
BLUE value IS 106 (41.80% from 255) = 29.69%
R=28.85%
G=41.46%
B=29.69%

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
Decimal1031481060.3000.280.4212417.9349.22
Hex67946A1E01C2A7c1231
Octal14722415236034521742261
Binary110011110010100110101011110011100101010111110010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67946A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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