Html Css Color HEX #607E64 Laurel

📋 copy color: '#607E64'

red 96 ◦ green 126 ◦ blue 100

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

Shades of Laurel #607E64

Tints of Laurel #607E64

RGB

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

 GREEN value IS 126 (49.61% from 255) = 39.13%

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

R = 29.81%
G = 39.13%
B = 31.06%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.21

 K value IS 0.51

RGB Variations

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

Color information

#607E64 (or 0x607E64) is known color: Laurel. HEX triplet: 60, 7E and 64. RGB value is (96,126,100). Sum of RGB (Red+Green+Blue) = 96+126+100=322 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.81% from 322); Green value is 126 (49.61% from 255 or 39.13% from 322); Blue value is 100 (39.45% from 255 or 31.06% from 322); Max value from RGB is 126 - color contains mainly: green. Hex color #607E64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607E64 is #9F819B. Grayscale: #727272. Windows color (decimal): -10453404 or 6585952. OLE color: 6585952.

HSL color Cylindrical-coordinate representation of color #607E64: hue angle of 128º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #607E64 is Cyan = 0.24, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.51.

Color convert

RGB 96 126 100 -
CMYK 0.24 0 0.21 0.51
HSL 128º 0.14% 0.44% -
HSV(B) 128º 0.24% 0.49% -
XYZ 14.58 18.33 14.83 -
YUV 114.07 120.06 115.11 -
System Red Green Blue C M Y K H S L
Decimal 96 126 100 0.24 0 0.21 0.51 128 0.14 0.44
Hex 60 7E 64 18 0 15 33 80 E 2C
Octal 140 176 144 30 0 25 63 200 16 54
Binary 1100000 1111110 1100100 11000 0 10101 110011 10000000 1110 101100

Color Harmonies of #607E64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607E64

Black with #607E64

Text Example


Text Example

White with #607E64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #607E64; }

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

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

background-color css

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

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

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

border-color css

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

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

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