Html Css Color HEX #609B66 Laurel

📋 copy color: '#609B66'

red 96 ◦ green 155 ◦ blue 102

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

Shades of Laurel #609B66

Tints of Laurel #609B66

RGB

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

 GREEN value IS 155 (60.94% from 255) = 43.91%

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

R = 27.2%
G = 43.91%
B = 28.9%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.34

 K value IS 0.39

RGB Variations

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

Color information

#609B66 (or 0x609B66) is known color: Laurel. HEX triplet: 60, 9B and 66. RGB value is (96,155,102). Sum of RGB (Red+Green+Blue) = 96+155+102=353 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.20% from 353); Green value is 155 (60.94% from 255 or 43.91% from 353); Blue value is 102 (40.23% from 255 or 28.90% from 353); Max value from RGB is 155 - color contains mainly: green. Hex color #609B66 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #609B66 is #9F6499. Grayscale: #838383. Windows color (decimal): -10445978 or 6724448. OLE color: 6724448.

HSL color Cylindrical-coordinate representation of color #609B66: hue angle of 126.1º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #609B66 is Cyan = 0.38, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.39.

Color convert

RGB 96 155 102 -
CMYK 0.38 0 0.34 0.39
HSL 126.1º 0.24% 0.49% -
HSV(B) 126.1º 0.38% 0.61% -
XYZ 18.94 26.89 16.76 -
YUV 131.32 111.45 102.81 -
System Red Green Blue C M Y K H S L
Decimal 96 155 102 0.38 0 0.34 0.39 126.1 0.24 0.49
Hex 60 9B 66 26 0 22 27 7E 18 31
Octal 140 233 146 46 0 42 47 176 30 61
Binary 1100000 10011011 1100110 100110 0 100010 100111 1111110 11000 110001

Color Harmonies of #609B66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609B66

Black with #609B66

Text Example


Text Example

White with #609B66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #609B66; }

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

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

background-color css

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

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

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

border-color css

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

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

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