Html Css Color HEX #61A46D Oxley

📋 copy color: '#61A46D'

red 97 ◦ green 164 ◦ blue 109

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

Shades of Oxley #61A46D

Tints of Oxley #61A46D

RGB

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

 GREEN value IS 164 (64.45% from 255) = 44.32%

 BLUE value IS 109 (42.97% from 255) = 29.46%

R = 26.22%
G = 44.32%
B = 29.46%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.34

 K value IS 0.36

RGB Variations

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

Color information

#61A46D (or 0x61A46D) is known color: Oxley. HEX triplet: 61, A4 and 6D. RGB value is (97,164,109). Sum of RGB (Red+Green+Blue) = 97+164+109=370 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.22% from 370); Green value is 164 (64.45% from 255 or 44.32% from 370); Blue value is 109 (42.97% from 255 or 29.46% from 370); Max value from RGB is 164 - color contains mainly: green. Hex color #61A46D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61A46D is #9E5B92. Grayscale: #898989. Windows color (decimal): -10378131 or 7185505. OLE color: 7185505.

HSL color Cylindrical-coordinate representation of color #61A46D: hue angle of 130.75º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #61A46D is Cyan = 0.41, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.36.

Color convert

RGB 97 164 109 -
CMYK 0.41 0 0.34 0.36
HSL 130.75º 0.27% 0.51% -
HSV(B) 130.75º 0.41% 0.64% -
XYZ 20.97 30.2 19.19 -
YUV 137.7 111.8 98.97 -
System Red Green Blue C M Y K H S L
Decimal 97 164 109 0.41 0 0.34 0.36 130.75 0.27 0.51
Hex 61 A4 6D 29 0 22 24 83 1B 33
Octal 141 244 155 51 0 42 44 203 33 63
Binary 1100001 10100100 1101101 101001 0 100010 100100 10000011 11011 110011

Color Harmonies of #61A46D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61A46D

Black with #61A46D

Text Example


Text Example

White with #61A46D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,164,109); }

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

background-color css

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

 a { background-color: rgb(97,164,109); }

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

border-color css

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

 span { border-color: rgb(97,164,109); }

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