Html Css Color HEX #608D6E Oxley

📋 copy color: '#608D6E'

red 96 ◦ green 141 ◦ blue 110

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

Shades of Oxley #608D6E

Tints of Oxley #608D6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 31.7%

R = 27.67%
G = 40.63%
B = 31.7%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.22

 K value IS 0.45

RGB Variations

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

Color information

#608D6E (or 0x608D6E) is known color: Oxley. HEX triplet: 60, 8D and 6E. RGB value is (96,141,110). Sum of RGB (Red+Green+Blue) = 96+141+110=347 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.67% from 347); Green value is 141 (55.47% from 255 or 40.63% from 347); Blue value is 110 (43.36% from 255 or 31.70% from 347); Max value from RGB is 141 - color contains mainly: green. Hex color #608D6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608D6E is #9F7291. Grayscale: #7C7C7C. Windows color (decimal): -10449554 or 7245152. OLE color: 7245152.

HSL color Cylindrical-coordinate representation of color #608D6E: hue angle of 138.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 #608D6E is Cyan = 0.32, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.45.

Color convert

RGB 96 141 110 -
CMYK 0.32 0 0.22 0.45
HSL 138.67º 0.19% 0.46% -
HSV(B) 138.67º 0.32% 0.55% -
XYZ 17.16 22.66 18.22 -
YUV 124.01 120.09 108.02 -
System Red Green Blue C M Y K H S L
Decimal 96 141 110 0.32 0 0.22 0.45 138.67 0.19 0.46
Hex 60 8D 6E 20 0 16 2D 8B 13 2E
Octal 140 215 156 40 0 26 55 213 23 56
Binary 1100000 10001101 1101110 100000 0 10110 101101 10001011 10011 101110

Color Harmonies of #608D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608D6E

Black with #608D6E

Text Example


Text Example

White with #608D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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