#65936A

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

Shades of Laurel #65936A

Tints of Laurel #65936A

Color information

#65936A (or 0x65936A) is unknown color: approx Laurel. HEX triplet: 65, 93 and 6A. RGB value is (101,147,106). Sum of RGB (Red+Green+Blue) = 101+147+106=354 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.53% from 354); Green value is 147 (57.81% from 255 or 41.53% from 354); Blue value is 106 (41.80% from 255 or 29.94% from 354); Max value from RGB is 147 - color contains mainly: green. Hex color #65936A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65936A is #9A6C95. Grayscale: #808080. Windows color (decimal): -10120342 or 6984549. OLE color: 6984549.

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

Color convert

RGB101147106-
CMYK0.3100.280.42
HSL126.52º18.55%48.63%-
HSV(B)126.52º31.29%57.65%-
XYZ18.424.6717.43-
YUV128.57115.26108.33-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 28.53%
GREEN value IS 147 (57.81% from 255) = 41.53%
BLUE value IS 106 (41.80% from 255) = 29.94%
R=28.53%
G=41.53%
B=29.94%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1011471060.3100.280.42126.5218.5548.63
Hex65936A1F01C2A7f1331
Octal14522315237034521772361
Binary110010110010011110101011111011100101010111111110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65936A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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