Html Css Color HEX #60926B Laurel

📋 copy color: '#60926B'

red 96 ◦ green 146 ◦ blue 107

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

Shades of Laurel #60926B

Tints of Laurel #60926B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 30.66%

R = 27.51%
G = 41.83%
B = 30.66%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.27

 K value IS 0.43

RGB Variations

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

Color information

#60926B (or 0x60926B) is known color: Laurel. HEX triplet: 60, 92 and 6B. RGB value is (96,146,107). Sum of RGB (Red+Green+Blue) = 96+146+107=349 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.51% from 349); Green value is 146 (57.42% from 255 or 41.83% from 349); Blue value is 107 (42.19% from 255 or 30.66% from 349); Max value from RGB is 146 - color contains mainly: green. Hex color #60926B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60926B is #9F6D94. Grayscale: #7E7E7E. Windows color (decimal): -10448277 or 7049824. OLE color: 7049824.

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

Color convert

RGB 96 146 107 -
CMYK 0.34 0 0.27 0.43
HSL 133.2º 0.21% 0.47% -
HSV(B) 133.2º 0.34% 0.57% -
XYZ 17.76 24.11 17.63 -
YUV 126.6 116.94 106.17 -
System Red Green Blue C M Y K H S L
Decimal 96 146 107 0.34 0 0.27 0.43 133.2 0.21 0.47
Hex 60 92 6B 22 0 1B 2B 85 15 2F
Octal 140 222 153 42 0 33 53 205 25 57
Binary 1100000 10010010 1101011 100010 0 11011 101011 10000101 10101 101111

Color Harmonies of #60926B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60926B

Black with #60926B

Text Example


Text Example

White with #60926B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60926B; }

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

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

background-color css

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

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

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

border-color css

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

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

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