Html Css Color HEX #61946E Oxley

📋 copy color: '#61946E'

red 97 ◦ green 148 ◦ blue 110

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

Shades of Oxley #61946E

Tints of Oxley #61946E

RGB

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

 GREEN value IS 148 (58.2% from 255) = 41.69%

 BLUE value IS 110 (43.36% from 255) = 30.99%

R = 27.32%
G = 41.69%
B = 30.99%

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

#61946E (or 0x61946E) is known color: Oxley. HEX triplet: 61, 94 and 6E. RGB value is (97,148,110). Sum of RGB (Red+Green+Blue) = 97+148+110=355 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.32% from 355); Green value is 148 (58.20% from 255 or 41.69% from 355); Blue value is 110 (43.36% from 255 or 30.99% from 355); Max value from RGB is 148 - color contains mainly: green. Hex color #61946E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61946E is #9E6B91. Grayscale: #808080. Windows color (decimal): -10382226 or 7246945. OLE color: 7246945.

HSL color Cylindrical-coordinate representation of color #61946E: hue angle of 135.29º degrees, saturation: 0.21, 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 #61946E is Cyan = 0.34, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB 97 148 110 -
CMYK 0.34 0 0.26 0.42
HSL 135.29º 0.21% 0.48% -
HSV(B) 135.29º 0.34% 0.58% -
XYZ 18.33 24.85 18.58 -
YUV 128.42 117.6 105.59 -
System Red Green Blue C M Y K H S L
Decimal 97 148 110 0.34 0 0.26 0.42 135.29 0.21 0.48
Hex 61 94 6E 22 0 1A 2A 87 15 30
Octal 141 224 156 42 0 32 52 207 25 60
Binary 1100001 10010100 1101110 100010 0 11010 101010 10000111 10101 110000

Color Harmonies of #61946E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61946E

Black with #61946E

Text Example


Text Example

White with #61946E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61946E; }

 p { color: rgb(97,148,110); }

 H1.HeaderClassName
 {
   color: #61946E;
 }
 .AnyTagClassName
 {
   color: #61946E;
 }
</style>

background-color css

<style>
 a { background-color: #61946E; }

 a { background-color: rgb(97,148,110); }

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

border-color css

<style>
 span { border-color: #61946E; }

 span { border-color: rgb(97,148,110); }

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