Html Css Color HEX #608B7F Patina

📋 copy color: '#608B7F'

red 96 ◦ green 139 ◦ blue 127

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

Shades of Patina #608B7F

Tints of Patina #608B7F

RGB

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

 GREEN value IS 139 (54.69% from 255) = 38.4%

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

R = 26.52%
G = 38.4%
B = 35.08%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.09

 K value IS 0.45

RGB Variations

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

Color information

#608B7F (or 0x608B7F) is known color: Patina. HEX triplet: 60, 8B and 7F. RGB value is (96,139,127). Sum of RGB (Red+Green+Blue) = 96+139+127=362 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.52% from 362); Green value is 139 (54.69% from 255 or 38.40% from 362); Blue value is 127 (50% from 255 or 35.08% from 362); Max value from RGB is 139 - color contains mainly: green. Hex color #608B7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608B7F is #9F7480. Grayscale: #7C7C7C. Windows color (decimal): -10450049 or 8358752. OLE color: 8358752.

HSL color Cylindrical-coordinate representation of color #608B7F: hue angle of 163.26º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #608B7F is Cyan = 0.31, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.45.

Color convert

RGB 96 139 127 -
CMYK 0.31 0 0.09 0.45
HSL 163.26º 0.18% 0.46% -
HSV(B) 163.26º 0.31% 0.55% -
XYZ 17.89 22.48 23.48 -
YUV 124.78 129.25 107.48 -
System Red Green Blue C M Y K H S L
Decimal 96 139 127 0.31 0 0.09 0.45 163.26 0.18 0.46
Hex 60 8B 7F 1F 0 9 2D A3 12 2E
Octal 140 213 177 37 0 11 55 243 22 56
Binary 1100000 10001011 1111111 11111 0 1001 101101 10100011 10010 101110

Color Harmonies of #608B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608B7F

Black with #608B7F

Text Example


Text Example

White with #608B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608B7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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