Html Css Color HEX #609879 Oxley

📋 copy color: '#609879'

red 96 ◦ green 152 ◦ blue 121

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

Shades of Oxley #609879

Tints of Oxley #609879

RGB

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

 GREEN value IS 152 (59.77% from 255) = 41.19%

 BLUE value IS 121 (47.66% from 255) = 32.79%

R = 26.02%
G = 41.19%
B = 32.79%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.20

 K value IS 0.40

RGB Variations

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

Color information

#609879 (or 0x609879) is known color: Oxley. HEX triplet: 60, 98 and 79. RGB value is (96,152,121). Sum of RGB (Red+Green+Blue) = 96+152+121=369 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.02% from 369); Green value is 152 (59.77% from 255 or 41.19% from 369); Blue value is 121 (47.66% from 255 or 32.79% from 369); Max value from RGB is 152 - color contains mainly: green. Hex color #609879 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #609879 is #9F6786. Grayscale: #838383. Windows color (decimal): -10446727 or 7968864. OLE color: 7968864.

HSL color Cylindrical-coordinate representation of color #609879: hue angle of 146.79º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #609879 is Cyan = 0.37, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.40.

Color convert

RGB 96 152 121 -
CMYK 0.37 0 0.20 0.40
HSL 146.79º 0.23% 0.49% -
HSV(B) 146.79º 0.37% 0.6% -
XYZ 19.5 26.32 22.14 -
YUV 131.72 121.95 102.52 -
System Red Green Blue C M Y K H S L
Decimal 96 152 121 0.37 0 0.20 0.40 146.79 0.23 0.49
Hex 60 98 79 25 0 14 28 93 17 31
Octal 140 230 171 45 0 24 50 223 27 61
Binary 1100000 10011000 1111001 100101 0 10100 101000 10010011 10111 110001

Color Harmonies of #609879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609879

Black with #609879

Text Example


Text Example

White with #609879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #609879; }

 p { color: rgb(96,152,121); }

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

background-color css

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

 a { background-color: rgb(96,152,121); }

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

border-color css

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

 span { border-color: rgb(96,152,121); }

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