Html Css Color HEX #659968 Laurel

📋 copy color: '#659968'

red 101 ◦ green 153 ◦ blue 104

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

Shades of Laurel #659968

Tints of Laurel #659968

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 29.05%

R = 28.21%
G = 42.74%
B = 29.05%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.32

 K value IS 0.4

RGB Variations

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

Color information

#659968 (or 0x659968) is known color: Laurel. HEX triplet: 65, 99 and 68. RGB value is (101,153,104). Sum of RGB (Red+Green+Blue) = 101+153+104=358 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.21% from 358); Green value is 153 (60.16% from 255 or 42.74% from 358); Blue value is 104 (41.02% from 255 or 29.05% from 358); Max value from RGB is 153 - color contains mainly: green. Hex color #659968 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #659968 is #9A6697. Grayscale: #848484. Windows color (decimal): -10118808 or 6855013. OLE color: 6855013.

HSL color Cylindrical-coordinate representation of color #659968: hue angle of 123.46º 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 #659968 is Cyan = 0.34, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.4.

Color convert

RGB 101 153 104 -
CMYK 0.34 0 0.32 0.4
HSL 123.46º 0.2% 0.5% -
HSV(B) 123.46º 0.34% 0.6% -
XYZ 19.26 26.55 17.21 -
YUV 131.87 112.27 105.98 -
System Red Green Blue C M Y K H S L
Decimal 101 153 104 0.34 0 0.32 0.4 123.46 0.2 0.5
Hex 65 99 68 22 0 20 28 7B 14 32
Octal 145 231 150 42 0 40 50 173 24 62
Binary 1100101 10011001 1101000 100010 0 100000 101000 1111011 10100 110010

Color Harmonies of #659968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659968

Black with #659968

Text Example


Text Example

White with #659968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #659968; }

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

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

background-color css

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

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

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

border-color css

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

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

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