Html Css Color HEX #608766 Laurel

📋 copy color: '#608766'

red 96 ◦ green 135 ◦ blue 102

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

Shades of Laurel #608766

Tints of Laurel #608766

RGB

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

 GREEN value IS 135 (53.13% from 255) = 40.54%

 BLUE value IS 102 (40.23% from 255) = 30.63%

R = 28.83%
G = 40.54%
B = 30.63%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.24

 K value IS 0.47

RGB Variations

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

Color information

#608766 (or 0x608766) is known color: Laurel. HEX triplet: 60, 87 and 66. RGB value is (96,135,102). Sum of RGB (Red+Green+Blue) = 96+135+102=333 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.83% from 333); Green value is 135 (53.12% from 255 or 40.54% from 333); Blue value is 102 (40.23% from 255 or 30.63% from 333); Max value from RGB is 135 - color contains mainly: green. Hex color #608766 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608766 is #9F7899. Grayscale: #777777. Windows color (decimal): -10451098 or 6719328. OLE color: 6719328.

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

Color convert

RGB 96 135 102 -
CMYK 0.29 0 0.24 0.47
HSL 129.23º 0.17% 0.45% -
HSV(B) 129.23º 0.29% 0.53% -
XYZ 15.89 20.77 15.74 -
YUV 119.58 118.08 111.18 -
System Red Green Blue C M Y K H S L
Decimal 96 135 102 0.29 0 0.24 0.47 129.23 0.17 0.45
Hex 60 87 66 1D 0 18 2F 81 11 2D
Octal 140 207 146 35 0 30 57 201 21 55
Binary 1100000 10000111 1100110 11101 0 11000 101111 10000001 10001 101101

Color Harmonies of #608766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608766

Black with #608766

Text Example


Text Example

White with #608766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608766; }

 p { color: rgb(96,135,102); }

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

background-color css

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

 a { background-color: rgb(96,135,102); }

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

border-color css

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

 span { border-color: rgb(96,135,102); }

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