Html Css Color HEX #60906B Laurel

📋 copy color: '#60906B'

red 96 ◦ green 144 ◦ blue 107

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

Shades of Laurel #60906B

Tints of Laurel #60906B

RGB

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

 GREEN value IS 144 (56.64% from 255) = 41.5%

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

R = 27.67%
G = 41.5%
B = 30.84%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.26

 K value IS 0.44

RGB Variations

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

Color information

#60906B (or 0x60906B) is known color: Laurel. HEX triplet: 60, 90 and 6B. RGB value is (96,144,107). Sum of RGB (Red+Green+Blue) = 96+144+107=347 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.67% from 347); Green value is 144 (56.64% from 255 or 41.50% from 347); Blue value is 107 (42.19% from 255 or 30.84% from 347); Max value from RGB is 144 - color contains mainly: green. Hex color #60906B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60906B is #9F6F94. Grayscale: #7D7D7D. Windows color (decimal): -10448789 or 7049312. OLE color: 7049312.

HSL color Cylindrical-coordinate representation of color #60906B: hue angle of 133.75º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #60906B is Cyan = 0.33, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.44.

Color convert

RGB 96 144 107 -
CMYK 0.33 0 0.26 0.44
HSL 133.75º 0.2% 0.47% -
HSV(B) 133.75º 0.33% 0.56% -
XYZ 17.45 23.49 17.53 -
YUV 125.43 117.6 107.01 -
System Red Green Blue C M Y K H S L
Decimal 96 144 107 0.33 0 0.26 0.44 133.75 0.2 0.47
Hex 60 90 6B 21 0 1A 2C 86 14 2F
Octal 140 220 153 41 0 32 54 206 24 57
Binary 1100000 10010000 1101011 100001 0 11010 101100 10000110 10100 101111

Color Harmonies of #60906B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60906B

Black with #60906B

Text Example


Text Example

White with #60906B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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