Html Css Color HEX #609268 Laurel

📋 copy color: '#609268'

red 96 ◦ green 146 ◦ blue 104

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

Shades of Laurel #609268

Tints of Laurel #609268

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 30.06%

R = 27.75%
G = 42.2%
B = 30.06%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.29

 K value IS 0.43

RGB Variations

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

Color information

#609268 (or 0x609268) is known color: Laurel. HEX triplet: 60, 92 and 68. RGB value is (96,146,104). Sum of RGB (Red+Green+Blue) = 96+146+104=346 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.75% from 346); Green value is 146 (57.42% from 255 or 42.20% from 346); Blue value is 104 (41.02% from 255 or 30.06% from 346); Max value from RGB is 146 - color contains mainly: green. Hex color #609268 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #609268 is #9F6D97. Grayscale: #7E7E7E. Windows color (decimal): -10448280 or 6853216. OLE color: 6853216.

HSL color Cylindrical-coordinate representation of color #609268: hue angle of 129.6º 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 #609268 is Cyan = 0.34, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.43.

Color convert

RGB 96 146 104 -
CMYK 0.34 0 0.29 0.43
HSL 129.6º 0.21% 0.47% -
HSV(B) 129.6º 0.34% 0.57% -
XYZ 17.6 24.04 16.81 -
YUV 126.26 115.44 106.42 -
System Red Green Blue C M Y K H S L
Decimal 96 146 104 0.34 0 0.29 0.43 129.6 0.21 0.47
Hex 60 92 68 22 0 1D 2B 82 15 2F
Octal 140 222 150 42 0 35 53 202 25 57
Binary 1100000 10010010 1101000 100010 0 11101 101011 10000010 10101 101111

Color Harmonies of #609268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609268

Black with #609268

Text Example


Text Example

White with #609268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #609268; }

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

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

background-color css

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

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

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

border-color css

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

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

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