Html Css Color HEX #6F917C Oxley

📋 copy color: '#6F917C'

red 111 ◦ green 145 ◦ blue 124

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

Shades of Oxley #6F917C

Tints of Oxley #6F917C

RGB

 RED value IS 111 (43.75% from 255) = 29.21%

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

 BLUE value IS 124 (48.83% from 255) = 32.63%

R = 29.21%
G = 38.16%
B = 32.63%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.14

 K value IS 0.43

RGB Variations

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

Color information

#6F917C (or 0x6F917C) is known color: Oxley. HEX triplet: 6F, 91 and 7C. RGB value is (111,145,124). Sum of RGB (Red+Green+Blue) = 111+145+124=380 (50% of max value = 765). Red value is 111 (43.75% from 255 or 29.21% from 380); Green value is 145 (57.03% from 255 or 38.16% from 380); Blue value is 124 (48.83% from 255 or 32.63% from 380); Max value from RGB is 145 - color contains mainly: green. Hex color #6F917C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F917C is #906E83. Grayscale: #848484. Windows color (decimal): -9465476 or 8163695. OLE color: 8163695.

HSL color Cylindrical-coordinate representation of color #6F917C: hue angle of 142.94º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6F917C is Cyan = 0.23, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB 111 145 124 -
CMYK 0.23 0 0.14 0.43
HSL 142.94º 0.13% 0.5% -
HSV(B) 142.94º 0.23% 0.57% -
XYZ 20.32 25.09 22.84 -
YUV 132.44 123.24 112.71 -
System Red Green Blue C M Y K H S L
Decimal 111 145 124 0.23 0 0.14 0.43 142.94 0.13 0.5
Hex 6F 91 7C 17 0 E 2B 8F D 32
Octal 157 221 174 27 0 16 53 217 15 62
Binary 1101111 10010001 1111100 10111 0 1110 101011 10001111 1101 110010

Color Harmonies of #6F917C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F917C

Black with #6F917C

Text Example


Text Example

White with #6F917C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6F917C; }

 p { color: rgb(111,145,124); }

 H1.HeaderClassName
 {
   color: #6F917C;
 }
 .AnyTagClassName
 {
   color: #6F917C;
 }
</style>

background-color css

<style>
 a { background-color: #6F917C; }

 a { background-color: rgb(111,145,124); }

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

border-color css

<style>
 span { border-color: #6F917C; }

 span { border-color: rgb(111,145,124); }

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