Html Css Color HEX #65916B Laurel

📋 copy color: '#65916B'

red 101 ◦ green 145 ◦ blue 107

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

Shades of Laurel #65916B

Tints of Laurel #65916B

RGB

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

 GREEN value IS 145 (57.03% from 255) = 41.08%

 BLUE value IS 107 (42.19% from 255) = 30.31%

R = 28.61%
G = 41.08%
B = 30.31%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.26

 K value IS 0.43

RGB Variations

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

Color information

#65916B (or 0x65916B) is known color: Laurel. HEX triplet: 65, 91 and 6B. RGB value is (101,145,107). Sum of RGB (Red+Green+Blue) = 101+145+107=353 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.61% from 353); Green value is 145 (57.03% from 255 or 41.08% from 353); Blue value is 107 (42.19% from 255 or 30.31% from 353); Max value from RGB is 145 - color contains mainly: green. Hex color #65916B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65916B is #9A6E94. Grayscale: #7F7F7F. Windows color (decimal): -10120853 or 7049573. OLE color: 7049573.

HSL color Cylindrical-coordinate representation of color #65916B: hue angle of 128.18º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #65916B is Cyan = 0.30, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.43.

Color convert

RGB 101 145 107 -
CMYK 0.30 0 0.26 0.43
HSL 128.18º 0.18% 0.48% -
HSV(B) 128.18º 0.3% 0.57% -
XYZ 18.15 24.08 17.6 -
YUV 127.51 116.42 109.09 -
System Red Green Blue C M Y K H S L
Decimal 101 145 107 0.30 0 0.26 0.43 128.18 0.18 0.48
Hex 65 91 6B 1E 0 1A 2B 80 12 30
Octal 145 221 153 36 0 32 53 200 22 60
Binary 1100101 10010001 1101011 11110 0 11010 101011 10000000 10010 110000

Color Harmonies of #65916B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65916B

Black with #65916B

Text Example


Text Example

White with #65916B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65916B; }

 p { color: rgb(101,145,107); }

 H1.HeaderClassName
 {
   color: #65916B;
 }
 .AnyTagClassName
 {
   color: #65916B;
 }
</style>

background-color css

<style>
 a { background-color: #65916B; }

 a { background-color: rgb(101,145,107); }

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

border-color css

<style>
 span { border-color: #65916B; }

 span { border-color: rgb(101,145,107); }

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