#65926C

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

Shades of Laurel #65926C

Tints of Laurel #65926C

Color information

#65926C (or 0x65926C) is unknown color: approx Laurel. HEX triplet: 65, 92 and 6C. RGB value is (101,146,108). Sum of RGB (Red+Green+Blue) = 101+146+108=355 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.45% from 355); Green value is 146 (57.42% from 255 or 41.13% from 355); Blue value is 108 (42.58% from 255 or 30.42% from 355); Max value from RGB is 146 - color contains mainly: green. Hex color #65926C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65926C is #9A6D93. Grayscale: #808080. Windows color (decimal): -10120596 or 7115365. OLE color: 7115365.

HSL color Cylindrical-coordinate representation of color #65926C: hue angle of 129.33º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #65926C is Cyan = 0.31, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.43.

Color convert

RGB101146108-
CMYK0.3100.260.43
HSL129.33º18.22%48.43%-
HSV(B)129.33º30.82%57.25%-
XYZ18.3524.4117.93-
YUV128.21116.59108.59-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 28.45%
GREEN value IS 146 (57.42% from 255) = 41.13%
BLUE value IS 108 (42.58% from 255) = 30.42%
R=28.45%
G=41.13%
B=30.42%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1011461080.3100.260.43129.3318.2248.43
Hex65926C1F01A2B811230
Octal14522215437032532012260
Binary1100101100100101101100111110110101010111000000110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65926C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65926C; }

 p { color: rgb(101,146,108); }

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

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

 a { background-color: rgb(101,146,108); }

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

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

 span { border-color: rgb(101,146,108); }

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