Html Css Color HEX #61A777 Oxley

📋 copy color: '#61A777'

red 97 ◦ green 167 ◦ blue 119

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

Shades of Oxley #61A777

Tints of Oxley #61A777

RGB

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

 GREEN value IS 167 (65.63% from 255) = 43.6%

 BLUE value IS 119 (46.88% from 255) = 31.07%

R = 25.33%
G = 43.6%
B = 31.07%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.29

 K value IS 0.35

RGB Variations

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

Color information

#61A777 (or 0x61A777) is known color: Oxley. HEX triplet: 61, A7 and 77. RGB value is (97,167,119). Sum of RGB (Red+Green+Blue) = 97+167+119=383 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.33% from 383); Green value is 167 (65.62% from 255 or 43.60% from 383); Blue value is 119 (46.88% from 255 or 31.07% from 383); Max value from RGB is 167 - color contains mainly: green. Hex color #61A777 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61A777 is #9E5888. Grayscale: #8C8C8C. Windows color (decimal): -10377353 or 7841633. OLE color: 7841633.

HSL color Cylindrical-coordinate representation of color #61A777: hue angle of 138.86º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #61A777 is Cyan = 0.42, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.35.

Color convert

RGB 97 167 119 -
CMYK 0.42 0 0.29 0.35
HSL 138.86º 0.28% 0.52% -
HSV(B) 138.86º 0.42% 0.65% -
XYZ 22.08 31.51 22.37 -
YUV 140.6 115.81 96.9 -
System Red Green Blue C M Y K H S L
Decimal 97 167 119 0.42 0 0.29 0.35 138.86 0.28 0.52
Hex 61 A7 77 2A 0 1D 23 8B 1C 34
Octal 141 247 167 52 0 35 43 213 34 64
Binary 1100001 10100111 1110111 101010 0 11101 100011 10001011 11100 110100

Color Harmonies of #61A777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61A777

Black with #61A777

Text Example


Text Example

White with #61A777

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,167,119); }

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

background-color css

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

 a { background-color: rgb(97,167,119); }

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

border-color css

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

 span { border-color: rgb(97,167,119); }

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