Html Css Color HEX #65906C Laurel

📋 copy color: '#65906C'

red 101 ◦ green 144 ◦ blue 108

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

Shades of Laurel #65906C

Tints of Laurel #65906C

RGB

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

 GREEN value IS 144 (56.64% from 255) = 40.79%

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

R = 28.61%
G = 40.79%
B = 30.59%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.25

 K value IS 0.44

RGB Variations

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

Color information

#65906C (or 0x65906C) is known color: Laurel. HEX triplet: 65, 90 and 6C. RGB value is (101,144,108). Sum of RGB (Red+Green+Blue) = 101+144+108=353 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.61% from 353); Green value is 144 (56.64% from 255 or 40.79% from 353); Blue value is 108 (42.58% from 255 or 30.59% from 353); Max value from RGB is 144 - color contains mainly: green. Hex color #65906C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65906C is #9A6F93. Grayscale: #7F7F7F. Windows color (decimal): -10121108 or 7114853. OLE color: 7114853.

HSL color Cylindrical-coordinate representation of color #65906C: hue angle of 129.77º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #65906C is Cyan = 0.30, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.44.

Color convert

RGB 101 144 108 -
CMYK 0.30 0 0.25 0.44
HSL 129.77º 0.18% 0.48% -
HSV(B) 129.77º 0.3% 0.56% -
XYZ 18.05 23.8 17.83 -
YUV 127.04 117.25 109.43 -
System Red Green Blue C M Y K H S L
Decimal 101 144 108 0.30 0 0.25 0.44 129.77 0.18 0.48
Hex 65 90 6C 1E 0 19 2C 82 12 30
Octal 145 220 154 36 0 31 54 202 22 60
Binary 1100101 10010000 1101100 11110 0 11001 101100 10000010 10010 110000

Color Harmonies of #65906C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65906C

Black with #65906C

Text Example


Text Example

White with #65906C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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