Html Css Color HEX #609C7A Oxley

📋 copy color: '#609C7A'

red 96 ◦ green 156 ◦ blue 122

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

Shades of Oxley #609C7A

Tints of Oxley #609C7A

RGB

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

 GREEN value IS 156 (61.33% from 255) = 41.71%

 BLUE value IS 122 (48.05% from 255) = 32.62%

R = 25.67%
G = 41.71%
B = 32.62%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.22

 K value IS 0.39

RGB Variations

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

Color information

#609C7A (or 0x609C7A) is known color: Oxley. HEX triplet: 60, 9C and 7A. RGB value is (96,156,122). Sum of RGB (Red+Green+Blue) = 96+156+122=374 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.67% from 374); Green value is 156 (61.33% from 255 or 41.71% from 374); Blue value is 122 (48.05% from 255 or 32.62% from 374); Max value from RGB is 156 - color contains mainly: green. Hex color #609C7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #609C7A is #9F6385. Grayscale: #868686. Windows color (decimal): -10445702 or 8035424. OLE color: 8035424.

HSL color Cylindrical-coordinate representation of color #609C7A: hue angle of 146º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #609C7A is Cyan = 0.38, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.39.

Color convert

RGB 96 156 122 -
CMYK 0.38 0 0.22 0.39
HSL 146º 0.24% 0.49% -
HSV(B) 146º 0.38% 0.61% -
XYZ 20.23 27.67 22.69 -
YUV 134.18 121.12 100.76 -
System Red Green Blue C M Y K H S L
Decimal 96 156 122 0.38 0 0.22 0.39 146 0.24 0.49
Hex 60 9C 7A 26 0 16 27 92 18 31
Octal 140 234 172 46 0 26 47 222 30 61
Binary 1100000 10011100 1111010 100110 0 10110 100111 10010010 11000 110001

Color Harmonies of #609C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609C7A

Black with #609C7A

Text Example


Text Example

White with #609C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,156,122); }

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

background-color css

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

 a { background-color: rgb(96,156,122); }

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

border-color css

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

 span { border-color: rgb(96,156,122); }

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