Html Css Color HEX #61946C Oxley

📋 copy color: '#61946C'

red 97 ◦ green 148 ◦ blue 108

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

Shades of Oxley #61946C

Tints of Oxley #61946C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 30.59%

R = 27.48%
G = 41.93%
B = 30.59%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.27

 K value IS 0.42

RGB Variations

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

Color information

#61946C (or 0x61946C) is known color: Oxley. HEX triplet: 61, 94 and 6C. RGB value is (97,148,108). Sum of RGB (Red+Green+Blue) = 97+148+108=353 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.48% from 353); Green value is 148 (58.20% from 255 or 41.93% from 353); Blue value is 108 (42.58% from 255 or 30.59% from 353); Max value from RGB is 148 - color contains mainly: green. Hex color #61946C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61946C is #9E6B93. Grayscale: #808080. Windows color (decimal): -10382228 or 7115873. OLE color: 7115873.

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

Color convert

RGB 97 148 108 -
CMYK 0.34 0 0.27 0.42
HSL 132.94º 0.21% 0.48% -
HSV(B) 132.94º 0.34% 0.58% -
XYZ 18.23 24.8 18.01 -
YUV 128.19 116.6 105.75 -
System Red Green Blue C M Y K H S L
Decimal 97 148 108 0.34 0 0.27 0.42 132.94 0.21 0.48
Hex 61 94 6C 22 0 1B 2A 85 15 30
Octal 141 224 154 42 0 33 52 205 25 60
Binary 1100001 10010100 1101100 100010 0 11011 101010 10000101 10101 110000

Color Harmonies of #61946C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61946C

Black with #61946C

Text Example


Text Example

White with #61946C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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