Html Css Color HEX #609F6A Oxley

📋 copy color: '#609F6A'

red 96 ◦ green 159 ◦ blue 106

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

Shades of Oxley #609F6A

Tints of Oxley #609F6A

RGB

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

 GREEN value IS 159 (62.5% from 255) = 44.04%

 BLUE value IS 106 (41.8% from 255) = 29.36%

R = 26.59%
G = 44.04%
B = 29.36%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.33

 K value IS 0.38

RGB Variations

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

Color information

#609F6A (or 0x609F6A) is known color: Oxley. HEX triplet: 60, 9F and 6A. RGB value is (96,159,106). Sum of RGB (Red+Green+Blue) = 96+159+106=361 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.59% from 361); Green value is 159 (62.5% from 255 or 44.04% from 361); Blue value is 106 (41.80% from 255 or 29.36% from 361); Max value from RGB is 159 - color contains mainly: green. Hex color #609F6A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #609F6A is #9F6095. Grayscale: #868686. Windows color (decimal): -10444950 or 6987616. OLE color: 6987616.

HSL color Cylindrical-coordinate representation of color #609F6A: hue angle of 129.52º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #609F6A is Cyan = 0.40, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.38.

Color convert

RGB 96 159 106 -
CMYK 0.40 0 0.33 0.38
HSL 129.52º 0.25% 0.5% -
HSV(B) 129.52º 0.4% 0.62% -
XYZ 19.82 28.32 18.06 -
YUV 134.12 112.13 100.81 -
System Red Green Blue C M Y K H S L
Decimal 96 159 106 0.40 0 0.33 0.38 129.52 0.25 0.5
Hex 60 9F 6A 28 0 21 26 82 19 32
Octal 140 237 152 50 0 41 46 202 31 62
Binary 1100000 10011111 1101010 101000 0 100001 100110 10000010 11001 110010

Color Harmonies of #609F6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609F6A

Black with #609F6A

Text Example


Text Example

White with #609F6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #609F6A; }

 p { color: rgb(96,159,106); }

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

background-color css

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

 a { background-color: rgb(96,159,106); }

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

border-color css

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

 span { border-color: rgb(96,159,106); }

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