Html Css Color HEX #65956C Laurel

📋 copy color: '#65956C'

red 101 ◦ green 149 ◦ blue 108

#65956C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Laurel #65956C

Tints of Laurel #65956C

RGB

 RED value IS 101 (39.84% from 255) = 28.21%

 GREEN value IS 149 (58.59% from 255) = 41.62%

 BLUE value IS 108 (42.58% from 255) = 30.17%

R = 28.21%
G = 41.62%
B = 30.17%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.28

 K value IS 0.42

RGB Variations

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

Color information

#65956C (or 0x65956C) is known color: Laurel. HEX triplet: 65, 95 and 6C. RGB value is (101,149,108). Sum of RGB (Red+Green+Blue) = 101+149+108=358 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.21% from 358); Green value is 149 (58.59% from 255 or 41.62% from 358); Blue value is 108 (42.58% from 255 or 30.17% from 358); Max value from RGB is 149 - color contains mainly: green. Hex color #65956C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65956C is #9A6A93. Grayscale: #828282. Windows color (decimal): -10119828 or 7116133. OLE color: 7116133.

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

Color convert

RGB 101 149 108 -
CMYK 0.32 0 0.28 0.42
HSL 128.75º 0.19% 0.49% -
HSV(B) 128.75º 0.32% 0.58% -
XYZ 18.82 25.34 18.09 -
YUV 129.97 115.6 107.33 -
System Red Green Blue C M Y K H S L
Decimal 101 149 108 0.32 0 0.28 0.42 128.75 0.19 0.49
Hex 65 95 6C 20 0 1C 2A 81 13 31
Octal 145 225 154 40 0 34 52 201 23 61
Binary 1100101 10010101 1101100 100000 0 11100 101010 10000001 10011 110001

Color Harmonies of #65956C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65956C

Black with #65956C

Text Example


Text Example

White with #65956C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #65956C;
 }
 .AnyTagClassName
 {
   color: #65956C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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