Html Css Color HEX #65996C Laurel

📋 copy color: '#65996C'

red 101 ◦ green 153 ◦ blue 108

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

Shades of Laurel #65996C

Tints of Laurel #65996C

RGB

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

 GREEN value IS 153 (60.16% from 255) = 42.27%

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

R = 27.9%
G = 42.27%
B = 29.83%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.29

 K value IS 0.4

RGB Variations

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

Color information

#65996C (or 0x65996C) is known color: Laurel. HEX triplet: 65, 99 and 6C. RGB value is (101,153,108). Sum of RGB (Red+Green+Blue) = 101+153+108=362 (47% of max value = 765). Red value is 101 (39.84% from 255 or 27.90% from 362); Green value is 153 (60.16% from 255 or 42.27% from 362); Blue value is 108 (42.58% from 255 or 29.83% from 362); Max value from RGB is 153 - color contains mainly: green. Hex color #65996C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65996C is #9A6693. Grayscale: #848484. Windows color (decimal): -10118804 or 7117157. OLE color: 7117157.

HSL color Cylindrical-coordinate representation of color #65996C: hue angle of 128.08º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #65996C is Cyan = 0.34, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.4.

Color convert

RGB 101 153 108 -
CMYK 0.34 0 0.29 0.4
HSL 128.08º 0.2% 0.5% -
HSV(B) 128.08º 0.34% 0.6% -
XYZ 19.46 26.63 18.3 -
YUV 132.32 114.27 105.66 -
System Red Green Blue C M Y K H S L
Decimal 101 153 108 0.34 0 0.29 0.4 128.08 0.2 0.5
Hex 65 99 6C 22 0 1D 28 80 14 32
Octal 145 231 154 42 0 35 50 200 24 62
Binary 1100101 10011001 1101100 100010 0 11101 101000 10000000 10100 110010

Color Harmonies of #65996C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65996C

Black with #65996C

Text Example


Text Example

White with #65996C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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