Html Css Color HEX #61A27B Oxley

📋 copy color: '#61A27B'

red 97 ◦ green 162 ◦ blue 123

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

Shades of Oxley #61A27B

Tints of Oxley #61A27B

RGB

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

 GREEN value IS 162 (63.67% from 255) = 42.41%

 BLUE value IS 123 (48.44% from 255) = 32.2%

R = 25.39%
G = 42.41%
B = 32.2%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.24

 K value IS 0.36

RGB Variations

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

Color information

#61A27B (or 0x61A27B) is known color: Oxley. HEX triplet: 61, A2 and 7B. RGB value is (97,162,123). Sum of RGB (Red+Green+Blue) = 97+162+123=382 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.39% from 382); Green value is 162 (63.67% from 255 or 42.41% from 382); Blue value is 123 (48.44% from 255 or 32.20% from 382); Max value from RGB is 162 - color contains mainly: green. Hex color #61A27B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61A27B is #9E5D84. Grayscale: #8A8A8A. Windows color (decimal): -10378629 or 8102497. OLE color: 8102497.

HSL color Cylindrical-coordinate representation of color #61A27B: hue angle of 144º degrees, saturation: 0.26, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #61A27B is Cyan = 0.40, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.36.

Color convert

RGB 97 162 123 -
CMYK 0.40 0 0.24 0.36
HSL 144º 0.26% 0.51% -
HSV(B) 144º 0.4% 0.64% -
XYZ 21.43 29.81 23.36 -
YUV 138.12 119.47 98.67 -
System Red Green Blue C M Y K H S L
Decimal 97 162 123 0.40 0 0.24 0.36 144 0.26 0.51
Hex 61 A2 7B 28 0 18 24 90 1A 33
Octal 141 242 173 50 0 30 44 220 32 63
Binary 1100001 10100010 1111011 101000 0 11000 100100 10010000 11010 110011

Color Harmonies of #61A27B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61A27B

Black with #61A27B

Text Example


Text Example

White with #61A27B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,162,123); }

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

background-color css

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

 a { background-color: rgb(97,162,123); }

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

border-color css

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

 span { border-color: rgb(97,162,123); }

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