Html Css Color HEX #609365 Laurel

📋 copy color: '#609365'

red 96 ◦ green 147 ◦ blue 101

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

Shades of Laurel #609365

Tints of Laurel #609365

RGB

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

 GREEN value IS 147 (57.81% from 255) = 42.73%

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

R = 27.91%
G = 42.73%
B = 29.36%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.31

 K value IS 0.42

RGB Variations

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

Color information

#609365 (or 0x609365) is known color: Laurel. HEX triplet: 60, 93 and 65. RGB value is (96,147,101). Sum of RGB (Red+Green+Blue) = 96+147+101=344 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.91% from 344); Green value is 147 (57.81% from 255 or 42.73% from 344); Blue value is 101 (39.84% from 255 or 29.36% from 344); Max value from RGB is 147 - color contains mainly: green. Hex color #609365 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #609365 is #9F6C9A. Grayscale: #7E7E7E. Windows color (decimal): -10448027 or 6656864. OLE color: 6656864.

HSL color Cylindrical-coordinate representation of color #609365: hue angle of 125.88º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #609365 is Cyan = 0.35, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.42.

Color convert

RGB 96 147 101 -
CMYK 0.35 0 0.31 0.42
HSL 125.88º 0.21% 0.48% -
HSV(B) 125.88º 0.35% 0.58% -
XYZ 17.61 24.29 16.07 -
YUV 126.51 113.6 106.24 -
System Red Green Blue C M Y K H S L
Decimal 96 147 101 0.35 0 0.31 0.42 125.88 0.21 0.48
Hex 60 93 65 23 0 1F 2A 7E 15 30
Octal 140 223 145 43 0 37 52 176 25 60
Binary 1100000 10010011 1100101 100011 0 11111 101010 1111110 10101 110000

Color Harmonies of #609365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609365

Black with #609365

Text Example


Text Example

White with #609365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #609365; }

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

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

background-color css

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

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

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

border-color css

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

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

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