Html Css Color HEX #65986A Laurel

📋 copy color: '#65986A'

red 101 ◦ green 152 ◦ blue 106

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

Shades of Laurel #65986A

Tints of Laurel #65986A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 29.53%

R = 28.13%
G = 42.34%
B = 29.53%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.30

 K value IS 0.40

RGB Variations

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

Color information

#65986A (or 0x65986A) is known color: Laurel. HEX triplet: 65, 98 and 6A. RGB value is (101,152,106). Sum of RGB (Red+Green+Blue) = 101+152+106=359 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.13% from 359); Green value is 152 (59.77% from 255 or 42.34% from 359); Blue value is 106 (41.80% from 255 or 29.53% from 359); Max value from RGB is 152 - color contains mainly: green. Hex color #65986A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65986A is #9A6795. Grayscale: #838383. Windows color (decimal): -10119062 or 6985829. OLE color: 6985829.

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

Color convert

RGB 101 152 106 -
CMYK 0.34 0 0.30 0.40
HSL 125.88º 0.2% 0.5% -
HSV(B) 125.88º 0.34% 0.6% -
XYZ 19.2 26.26 17.69 -
YUV 131.51 113.6 106.24 -
System Red Green Blue C M Y K H S L
Decimal 101 152 106 0.34 0 0.30 0.40 125.88 0.2 0.5
Hex 65 98 6A 22 0 1E 28 7E 14 32
Octal 145 230 152 42 0 36 50 176 24 62
Binary 1100101 10011000 1101010 100010 0 11110 101000 1111110 10100 110010

Color Harmonies of #65986A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65986A

Black with #65986A

Text Example


Text Example

White with #65986A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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