Html Css Color HEX #60837F Breaker Bay

📋 copy color: '#60837F'

red 96 ◦ green 131 ◦ blue 127

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

Shades of Breaker Bay #60837F

Tints of Breaker Bay #60837F

RGB

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

 GREEN value IS 131 (51.56% from 255) = 37.01%

 BLUE value IS 127 (50% from 255) = 35.88%

R = 27.12%
G = 37.01%
B = 35.88%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.03

 K value IS 0.49

RGB Variations

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

Color information

#60837F (or 0x60837F) is known color: Breaker Bay. HEX triplet: 60, 83 and 7F. RGB value is (96,131,127). Sum of RGB (Red+Green+Blue) = 96+131+127=354 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.12% from 354); Green value is 131 (51.56% from 255 or 37.01% from 354); Blue value is 127 (50% from 255 or 35.88% from 354); Max value from RGB is 131 - color contains mainly: green. Hex color #60837F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60837F is #9F7C80. Grayscale: #787878. Windows color (decimal): -10452097 or 8356704. OLE color: 8356704.

HSL color Cylindrical-coordinate representation of color #60837F: hue angle of 173.14º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #60837F is Cyan = 0.27, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.49.

Color convert

RGB 96 131 127 -
CMYK 0.27 0 0.03 0.49
HSL 173.14º 0.15% 0.45% -
HSV(B) 173.14º 0.27% 0.51% -
XYZ 16.77 20.25 23.1 -
YUV 120.08 131.9 110.83 -
System Red Green Blue C M Y K H S L
Decimal 96 131 127 0.27 0 0.03 0.49 173.14 0.15 0.45
Hex 60 83 7F 1B 0 3 31 AD F 2D
Octal 140 203 177 33 0 3 61 255 17 55
Binary 1100000 10000011 1111111 11011 0 11 110001 10101101 1111 101101

Color Harmonies of #60837F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60837F

Black with #60837F

Text Example


Text Example

White with #60837F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60837F; }

 p { color: rgb(96,131,127); }

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

background-color css

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

 a { background-color: rgb(96,131,127); }

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

border-color css

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

 span { border-color: rgb(96,131,127); }

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