Html Css Color HEX #609269 Laurel

📋 copy color: '#609269'

red 96 ◦ green 146 ◦ blue 105

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

Shades of Laurel #609269

Tints of Laurel #609269

RGB

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

 GREEN value IS 146 (57.42% from 255) = 42.07%

 BLUE value IS 105 (41.41% from 255) = 30.26%

R = 27.67%
G = 42.07%
B = 30.26%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.28

 K value IS 0.43

RGB Variations

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

Color information

#609269 (or 0x609269) is known color: Laurel. HEX triplet: 60, 92 and 69. RGB value is (96,146,105). Sum of RGB (Red+Green+Blue) = 96+146+105=347 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.67% from 347); Green value is 146 (57.42% from 255 or 42.07% from 347); Blue value is 105 (41.41% from 255 or 30.26% from 347); Max value from RGB is 146 - color contains mainly: green. Hex color #609269 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #609269 is #9F6D96. Grayscale: #7E7E7E. Windows color (decimal): -10448279 or 6918752. OLE color: 6918752.

HSL color Cylindrical-coordinate representation of color #609269: hue angle of 130.8º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #609269 is Cyan = 0.34, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.43.

Color convert

RGB 96 146 105 -
CMYK 0.34 0 0.28 0.43
HSL 130.8º 0.21% 0.47% -
HSV(B) 130.8º 0.34% 0.57% -
XYZ 17.65 24.06 17.08 -
YUV 126.38 115.94 106.33 -
System Red Green Blue C M Y K H S L
Decimal 96 146 105 0.34 0 0.28 0.43 130.8 0.21 0.47
Hex 60 92 69 22 0 1C 2B 83 15 2F
Octal 140 222 151 42 0 34 53 203 25 57
Binary 1100000 10010010 1101001 100010 0 11100 101011 10000011 10101 101111

Color Harmonies of #609269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609269

Black with #609269

Text Example


Text Example

White with #609269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #609269; }

 p { color: rgb(96,146,105); }

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

background-color css

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

 a { background-color: rgb(96,146,105); }

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

border-color css

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

 span { border-color: rgb(96,146,105); }

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