Html Css Color HEX #65986C Laurel

📋 copy color: '#65986C'

red 101 ◦ green 152 ◦ blue 108

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

Shades of Laurel #65986C

Tints of Laurel #65986C

RGB

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

 GREEN value IS 152 (59.77% from 255) = 42.11%

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

R = 27.98%
G = 42.11%
B = 29.92%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.29

 K value IS 0.40

RGB Variations

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

Color information

#65986C (or 0x65986C) is known color: Laurel. HEX triplet: 65, 98 and 6C. RGB value is (101,152,108). Sum of RGB (Red+Green+Blue) = 101+152+108=361 (47% of max value = 765). Red value is 101 (39.84% from 255 or 27.98% from 361); Green value is 152 (59.77% from 255 or 42.11% from 361); Blue value is 108 (42.58% from 255 or 29.92% from 361); Max value from RGB is 152 - color contains mainly: green. Hex color #65986C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65986C is #9A6793. Grayscale: #838383. Windows color (decimal): -10119060 or 7116901. OLE color: 7116901.

HSL color Cylindrical-coordinate representation of color #65986C: hue angle of 128.24º 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 #65986C is Cyan = 0.34, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.40.

Color convert

RGB 101 152 108 -
CMYK 0.34 0 0.29 0.40
HSL 128.24º 0.2% 0.5% -
HSV(B) 128.24º 0.34% 0.6% -
XYZ 19.3 26.31 18.25 -
YUV 131.74 114.6 106.08 -
System Red Green Blue C M Y K H S L
Decimal 101 152 108 0.34 0 0.29 0.40 128.24 0.2 0.5
Hex 65 98 6C 22 0 1D 28 80 14 32
Octal 145 230 154 42 0 35 50 200 24 62
Binary 1100101 10011000 1101100 100010 0 11101 101000 10000000 10100 110010

Color Harmonies of #65986C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65986C

Black with #65986C

Text Example


Text Example

White with #65986C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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