Html Css Color HEX #61A074 Oxley

📋 copy color: '#61A074'

red 97 ◦ green 160 ◦ blue 116

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

Shades of Oxley #61A074

Tints of Oxley #61A074

RGB

 RED value IS 97 (38.28% from 255) = 26.01%

 GREEN value IS 160 (62.89% from 255) = 42.9%

 BLUE value IS 116 (45.7% from 255) = 31.1%

R = 26.01%
G = 42.9%
B = 31.1%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.28

 K value IS 0.37

RGB Variations

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

Color information

#61A074 (or 0x61A074) is known color: Oxley. HEX triplet: 61, A0 and 74. RGB value is (97,160,116). Sum of RGB (Red+Green+Blue) = 97+160+116=373 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.01% from 373); Green value is 160 (62.89% from 255 or 42.90% from 373); Blue value is 116 (45.70% from 255 or 31.10% from 373); Max value from RGB is 160 - color contains mainly: green. Hex color #61A074 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61A074 is #9E5F8B. Grayscale: #888888. Windows color (decimal): -10379148 or 7643233. OLE color: 7643233.

HSL color Cylindrical-coordinate representation of color #61A074: hue angle of 138.1º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #61A074 is Cyan = 0.39, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.37.

Color convert

RGB 97 160 116 -
CMYK 0.39 0 0.28 0.37
HSL 138.1º 0.25% 0.5% -
HSV(B) 138.1º 0.39% 0.63% -
XYZ 20.65 28.94 21.02 -
YUV 136.15 116.63 100.08 -
System Red Green Blue C M Y K H S L
Decimal 97 160 116 0.39 0 0.28 0.37 138.1 0.25 0.5
Hex 61 A0 74 27 0 1C 25 8A 19 32
Octal 141 240 164 47 0 34 45 212 31 62
Binary 1100001 10100000 1110100 100111 0 11100 100101 10001010 11001 110010

Color Harmonies of #61A074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61A074

Black with #61A074

Text Example


Text Example

White with #61A074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61A074; }

 p { color: rgb(97,160,116); }

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

background-color css

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

 a { background-color: rgb(97,160,116); }

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

border-color css

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

 span { border-color: rgb(97,160,116); }

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