Html Css Color HEX #609666 Laurel

📋 copy color: '#609666'

red 96 ◦ green 150 ◦ blue 102

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

Shades of Laurel #609666

Tints of Laurel #609666

RGB

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

 GREEN value IS 150 (58.98% from 255) = 43.1%

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

R = 27.59%
G = 43.1%
B = 29.31%

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

#609666 (or 0x609666) is known color: Laurel. HEX triplet: 60, 96 and 66. RGB value is (96,150,102). Sum of RGB (Red+Green+Blue) = 96+150+102=348 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.59% from 348); Green value is 150 (58.98% from 255 or 43.10% from 348); Blue value is 102 (40.23% from 255 or 29.31% from 348); Max value from RGB is 150 - color contains mainly: green. Hex color #609666 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #609666 is #9F6999. Grayscale: #808080. Windows color (decimal): -10447258 or 6723168. OLE color: 6723168.

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

Color convert

RGB 96 150 102 -
CMYK 0.36 0 0.32 0.41
HSL 126.67º 0.22% 0.48% -
HSV(B) 126.67º 0.36% 0.59% -
XYZ 18.13 25.26 16.49 -
YUV 128.38 113.11 104.9 -
System Red Green Blue C M Y K H S L
Decimal 96 150 102 0.36 0 0.32 0.41 126.67 0.22 0.48
Hex 60 96 66 24 0 20 29 7F 16 30
Octal 140 226 146 44 0 40 51 177 26 60
Binary 1100000 10010110 1100110 100100 0 100000 101001 1111111 10110 110000

Color Harmonies of #609666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609666

Black with #609666

Text Example


Text Example

White with #609666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #609666; }

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

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

background-color css

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

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

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

border-color css

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

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

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