Html Css Color HEX #61966C Oxley

📋 copy color: '#61966C'

red 97 ◦ green 150 ◦ blue 108

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

Shades of Oxley #61966C

Tints of Oxley #61966C

RGB

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

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

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

R = 27.32%
G = 42.25%
B = 30.42%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.28

 K value IS 0.41

RGB Variations

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

Color information

#61966C (or 0x61966C) is known color: Oxley. HEX triplet: 61, 96 and 6C. RGB value is (97,150,108). Sum of RGB (Red+Green+Blue) = 97+150+108=355 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.32% from 355); Green value is 150 (58.98% from 255 or 42.25% from 355); Blue value is 108 (42.58% from 255 or 30.42% from 355); Max value from RGB is 150 - color contains mainly: green. Hex color #61966C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61966C is #9E6993. Grayscale: #818181. Windows color (decimal): -10381716 or 7116385. OLE color: 7116385.

HSL color Cylindrical-coordinate representation of color #61966C: hue angle of 132.45º 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 #61966C is Cyan = 0.35, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.41.

Color convert

RGB 97 150 108 -
CMYK 0.35 0 0.28 0.41
HSL 132.45º 0.21% 0.48% -
HSV(B) 132.45º 0.35% 0.59% -
XYZ 18.54 25.44 18.12 -
YUV 129.37 115.94 104.92 -
System Red Green Blue C M Y K H S L
Decimal 97 150 108 0.35 0 0.28 0.41 132.45 0.21 0.48
Hex 61 96 6C 23 0 1C 29 84 15 30
Octal 141 226 154 43 0 34 51 204 25 60
Binary 1100001 10010110 1101100 100011 0 11100 101001 10000100 10101 110000

Color Harmonies of #61966C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61966C

Black with #61966C

Text Example


Text Example

White with #61966C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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