Html Css Color HEX #65976B Laurel

📋 copy color: '#65976B'

red 101 ◦ green 151 ◦ blue 107

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

Shades of Laurel #65976B

Tints of Laurel #65976B

RGB

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

 GREEN value IS 151 (59.38% from 255) = 42.06%

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

R = 28.13%
G = 42.06%
B = 29.81%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.29

 K value IS 0.41

RGB Variations

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

Color information

#65976B (or 0x65976B) is known color: Laurel. HEX triplet: 65, 97 and 6B. RGB value is (101,151,107). Sum of RGB (Red+Green+Blue) = 101+151+107=359 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.13% from 359); Green value is 151 (59.38% from 255 or 42.06% from 359); Blue value is 107 (42.19% from 255 or 29.81% from 359); Max value from RGB is 151 - color contains mainly: green. Hex color #65976B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65976B is #9A6894. Grayscale: #838383. Windows color (decimal): -10119317 or 7051109. OLE color: 7051109.

HSL color Cylindrical-coordinate representation of color #65976B: hue angle of 127.2º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #65976B is Cyan = 0.33, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.41.

Color convert

RGB 101 151 107 -
CMYK 0.33 0 0.29 0.41
HSL 127.2º 0.2% 0.49% -
HSV(B) 127.2º 0.33% 0.59% -
XYZ 19.09 25.96 17.91 -
YUV 131.03 114.44 106.58 -
System Red Green Blue C M Y K H S L
Decimal 101 151 107 0.33 0 0.29 0.41 127.2 0.2 0.49
Hex 65 97 6B 21 0 1D 29 7F 14 31
Octal 145 227 153 41 0 35 51 177 24 61
Binary 1100101 10010111 1101011 100001 0 11101 101001 1111111 10100 110001

Color Harmonies of #65976B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65976B

Black with #65976B

Text Example


Text Example

White with #65976B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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