Html Css Color HEX #61916E Oxley

📋 copy color: '#61916E'

red 97 ◦ green 145 ◦ blue 110

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

Shades of Oxley #61916E

Tints of Oxley #61916E

RGB

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

 GREEN value IS 145 (57.03% from 255) = 41.19%

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

R = 27.56%
G = 41.19%
B = 31.25%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.24

 K value IS 0.43

RGB Variations

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

Color information

#61916E (or 0x61916E) is known color: Oxley. HEX triplet: 61, 91 and 6E. RGB value is (97,145,110). Sum of RGB (Red+Green+Blue) = 97+145+110=352 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.56% from 352); Green value is 145 (57.03% from 255 or 41.19% from 352); Blue value is 110 (43.36% from 255 or 31.25% from 352); Max value from RGB is 145 - color contains mainly: green. Hex color #61916E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61916E is #9E6E91. Grayscale: #7E7E7E. Windows color (decimal): -10382994 or 7246177. OLE color: 7246177.

HSL color Cylindrical-coordinate representation of color #61916E: hue angle of 136.25º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #61916E is Cyan = 0.33, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.43.

Color convert

RGB 97 145 110 -
CMYK 0.33 0 0.24 0.43
HSL 136.25º 0.2% 0.47% -
HSV(B) 136.25º 0.33% 0.57% -
XYZ 17.87 23.92 18.43 -
YUV 126.66 118.6 106.85 -
System Red Green Blue C M Y K H S L
Decimal 97 145 110 0.33 0 0.24 0.43 136.25 0.2 0.47
Hex 61 91 6E 21 0 18 2B 88 14 2F
Octal 141 221 156 41 0 30 53 210 24 57
Binary 1100001 10010001 1101110 100001 0 11000 101011 10001000 10100 101111

Color Harmonies of #61916E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61916E

Black with #61916E

Text Example


Text Example

White with #61916E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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