Html Css Color HEX #609D65 Laurel

📋 copy color: '#609D65'

red 96 ◦ green 157 ◦ blue 101

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

Shades of Laurel #609D65

Tints of Laurel #609D65

RGB

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

 GREEN value IS 157 (61.72% from 255) = 44.35%

 BLUE value IS 101 (39.84% from 255) = 28.53%

R = 27.12%
G = 44.35%
B = 28.53%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.36

 K value IS 0.38

RGB Variations

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

Color information

#609D65 (or 0x609D65) is known color: Laurel. HEX triplet: 60, 9D and 65. RGB value is (96,157,101). Sum of RGB (Red+Green+Blue) = 96+157+101=354 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.12% from 354); Green value is 157 (61.72% from 255 or 44.35% from 354); Blue value is 101 (39.84% from 255 or 28.53% from 354); Max value from RGB is 157 - color contains mainly: green. Hex color #609D65 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #609D65 is #9F629A. Grayscale: #848484. Windows color (decimal): -10445467 or 6659424. OLE color: 6659424.

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

Color convert

RGB 96 157 101 -
CMYK 0.39 0 0.36 0.38
HSL 124.92º 0.24% 0.5% -
HSV(B) 124.92º 0.39% 0.62% -
XYZ 19.23 27.54 16.61 -
YUV 132.38 110.29 102.05 -
System Red Green Blue C M Y K H S L
Decimal 96 157 101 0.39 0 0.36 0.38 124.92 0.24 0.5
Hex 60 9D 65 27 0 24 26 7D 18 32
Octal 140 235 145 47 0 44 46 175 30 62
Binary 1100000 10011101 1100101 100111 0 100100 100110 1111101 11000 110010

Color Harmonies of #609D65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609D65

Black with #609D65

Text Example


Text Example

White with #609D65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,157,101); }

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

background-color css

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

 a { background-color: rgb(96,157,101); }

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

border-color css

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

 span { border-color: rgb(96,157,101); }

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