Html Css Color HEX #608D71 Oxley

📋 copy color: '#608D71'

red 96 ◦ green 141 ◦ blue 113

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

Shades of Oxley #608D71

Tints of Oxley #608D71

RGB

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

 GREEN value IS 141 (55.47% from 255) = 40.29%

 BLUE value IS 113 (44.53% from 255) = 32.29%

R = 27.43%
G = 40.29%
B = 32.29%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.20

 K value IS 0.45

RGB Variations

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

Color information

#608D71 (or 0x608D71) is known color: Oxley. HEX triplet: 60, 8D and 71. RGB value is (96,141,113). Sum of RGB (Red+Green+Blue) = 96+141+113=350 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.43% from 350); Green value is 141 (55.47% from 255 or 40.29% from 350); Blue value is 113 (44.53% from 255 or 32.29% from 350); Max value from RGB is 141 - color contains mainly: green. Hex color #608D71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608D71 is #9F728E. Grayscale: #7C7C7C. Windows color (decimal): -10449551 or 7441760. OLE color: 7441760.

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

Color convert

RGB 96 141 113 -
CMYK 0.32 0 0.20 0.45
HSL 142.67º 0.19% 0.46% -
HSV(B) 142.67º 0.32% 0.55% -
XYZ 17.33 22.73 19.1 -
YUV 124.35 121.59 107.78 -
System Red Green Blue C M Y K H S L
Decimal 96 141 113 0.32 0 0.20 0.45 142.67 0.19 0.46
Hex 60 8D 71 20 0 14 2D 8F 13 2E
Octal 140 215 161 40 0 24 55 217 23 56
Binary 1100000 10001101 1110001 100000 0 10100 101101 10001111 10011 101110

Color Harmonies of #608D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608D71

Black with #608D71

Text Example


Text Example

White with #608D71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,141,113); }

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

background-color css

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

 a { background-color: rgb(96,141,113); }

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

border-color css

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

 span { border-color: rgb(96,141,113); }

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