Html Css Color HEX #608664 Laurel

📋 copy color: '#608664'

red 96 ◦ green 134 ◦ blue 100

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

Shades of Laurel #608664

Tints of Laurel #608664

RGB

 RED value IS 96 (37.89% from 255) = 29.09%

 GREEN value IS 134 (52.73% from 255) = 40.61%

 BLUE value IS 100 (39.45% from 255) = 30.3%

R = 29.09%
G = 40.61%
B = 30.3%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.25

 K value IS 0.47

RGB Variations

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

Color information

#608664 (or 0x608664) is known color: Laurel. HEX triplet: 60, 86 and 64. RGB value is (96,134,100). Sum of RGB (Red+Green+Blue) = 96+134+100=330 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.09% from 330); Green value is 134 (52.73% from 255 or 40.61% from 330); Blue value is 100 (39.45% from 255 or 30.30% from 330); Max value from RGB is 134 - color contains mainly: green. Hex color #608664 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608664 is #9F799B. Grayscale: #767676. Windows color (decimal): -10451356 or 6588000. OLE color: 6588000.

HSL color Cylindrical-coordinate representation of color #608664: hue angle of 126.32º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #608664 is Cyan = 0.28, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.47.

Color convert

RGB 96 134 100 -
CMYK 0.28 0 0.25 0.47
HSL 126.32º 0.17% 0.45% -
HSV(B) 126.32º 0.28% 0.53% -
XYZ 15.65 20.46 15.18 -
YUV 118.76 117.41 111.76 -
System Red Green Blue C M Y K H S L
Decimal 96 134 100 0.28 0 0.25 0.47 126.32 0.17 0.45
Hex 60 86 64 1C 0 19 2F 7E 11 2D
Octal 140 206 144 34 0 31 57 176 21 55
Binary 1100000 10000110 1100100 11100 0 11001 101111 1111110 10001 101101

Color Harmonies of #608664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608664

Black with #608664

Text Example


Text Example

White with #608664

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608664; }

 p { color: rgb(96,134,100); }

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

background-color css

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

 a { background-color: rgb(96,134,100); }

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

border-color css

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

 span { border-color: rgb(96,134,100); }

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