Html Css Color HEX #61966D Oxley

📋 copy color: '#61966D'

red 97 ◦ green 150 ◦ blue 109

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

Shades of Oxley #61966D

Tints of Oxley #61966D

RGB

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

 GREEN value IS 150 (58.98% from 255) = 42.13%

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

R = 27.25%
G = 42.13%
B = 30.62%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.27

 K value IS 0.41

RGB Variations

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

Color information

#61966D (or 0x61966D) is known color: Oxley. HEX triplet: 61, 96 and 6D. RGB value is (97,150,109). Sum of RGB (Red+Green+Blue) = 97+150+109=356 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.25% from 356); Green value is 150 (58.98% from 255 or 42.13% from 356); Blue value is 109 (42.97% from 255 or 30.62% from 356); Max value from RGB is 150 - color contains mainly: green. Hex color #61966D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61966D is #9E6992. Grayscale: #818181. Windows color (decimal): -10381715 or 7181921. OLE color: 7181921.

HSL color Cylindrical-coordinate representation of color #61966D: hue angle of 133.58º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #61966D is Cyan = 0.35, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.41.

Color convert

RGB 97 150 109 -
CMYK 0.35 0 0.27 0.41
HSL 133.58º 0.21% 0.48% -
HSV(B) 133.58º 0.35% 0.59% -
XYZ 18.6 25.46 18.4 -
YUV 129.48 116.44 104.83 -
System Red Green Blue C M Y K H S L
Decimal 97 150 109 0.35 0 0.27 0.41 133.58 0.21 0.48
Hex 61 96 6D 23 0 1B 29 86 15 30
Octal 141 226 155 43 0 33 51 206 25 60
Binary 1100001 10010110 1101101 100011 0 11011 101001 10000110 10101 110000

Color Harmonies of #61966D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61966D

Black with #61966D

Text Example


Text Example

White with #61966D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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