Html Css Color HEX #609766 Laurel

📋 copy color: '#609766'

red 96 ◦ green 151 ◦ blue 102

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

Shades of Laurel #609766

Tints of Laurel #609766

RGB

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

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

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

R = 27.51%
G = 43.27%
B = 29.23%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.32

 K value IS 0.41

RGB Variations

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

Color information

#609766 (or 0x609766) is known color: Laurel. HEX triplet: 60, 97 and 66. RGB value is (96,151,102). Sum of RGB (Red+Green+Blue) = 96+151+102=349 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.51% from 349); Green value is 151 (59.38% from 255 or 43.27% from 349); Blue value is 102 (40.23% from 255 or 29.23% from 349); Max value from RGB is 151 - color contains mainly: green. Hex color #609766 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #609766 is #9F6899. Grayscale: #818181. Windows color (decimal): -10447002 or 6723424. OLE color: 6723424.

HSL color Cylindrical-coordinate representation of color #609766: hue angle of 126.55º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #609766 is Cyan = 0.36, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.41.

Color convert

RGB 96 151 102 -
CMYK 0.36 0 0.32 0.41
HSL 126.55º 0.22% 0.48% -
HSV(B) 126.55º 0.36% 0.59% -
XYZ 18.29 25.58 16.54 -
YUV 128.97 112.78 104.48 -
System Red Green Blue C M Y K H S L
Decimal 96 151 102 0.36 0 0.32 0.41 126.55 0.22 0.48
Hex 60 97 66 24 0 20 29 7F 16 30
Octal 140 227 146 44 0 40 51 177 26 60
Binary 1100000 10010111 1100110 100100 0 100000 101001 1111111 10110 110000

Color Harmonies of #609766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609766

Black with #609766

Text Example


Text Example

White with #609766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #609766; }

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

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

background-color css

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

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

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

border-color css

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

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

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