Html Css Color HEX #61936D Oxley

📋 copy color: '#61936D'

red 97 ◦ green 147 ◦ blue 109

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

Shades of Oxley #61936D

Tints of Oxley #61936D

RGB

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

 GREEN value IS 147 (57.81% from 255) = 41.64%

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

R = 27.48%
G = 41.64%
B = 30.88%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.26

 K value IS 0.42

RGB Variations

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

Color information

#61936D (or 0x61936D) is known color: Oxley. HEX triplet: 61, 93 and 6D. RGB value is (97,147,109). Sum of RGB (Red+Green+Blue) = 97+147+109=353 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.48% from 353); Green value is 147 (57.81% from 255 or 41.64% from 353); Blue value is 109 (42.97% from 255 or 30.88% from 353); Max value from RGB is 147 - color contains mainly: green. Hex color #61936D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61936D is #9E6C92. Grayscale: #7F7F7F. Windows color (decimal): -10382483 or 7181153. OLE color: 7181153.

HSL color Cylindrical-coordinate representation of color #61936D: hue angle of 134.4º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #61936D is Cyan = 0.34, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB 97 147 109 -
CMYK 0.34 0 0.26 0.42
HSL 134.4º 0.2% 0.48% -
HSV(B) 134.4º 0.34% 0.58% -
XYZ 18.12 24.51 18.24 -
YUV 127.72 117.44 106.09 -
System Red Green Blue C M Y K H S L
Decimal 97 147 109 0.34 0 0.26 0.42 134.4 0.2 0.48
Hex 61 93 6D 22 0 1A 2A 86 14 30
Octal 141 223 155 42 0 32 52 206 24 60
Binary 1100001 10010011 1101101 100010 0 11010 101010 10000110 10100 110000

Color Harmonies of #61936D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61936D

Black with #61936D

Text Example


Text Example

White with #61936D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61936D; }

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

 H1.HeaderClassName
 {
   color: #61936D;
 }
 .AnyTagClassName
 {
   color: #61936D;
 }
</style>

background-color css

<style>
 a { background-color: #61936D; }

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

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

border-color css

<style>
 span { border-color: #61936D; }

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

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