Html Css Color HEX #6F917D Oxley

📋 copy color: '#6F917D'

red 111 ◦ green 145 ◦ blue 125

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

Shades of Oxley #6F917D

Tints of Oxley #6F917D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 32.81%

R = 29.13%
G = 38.06%
B = 32.81%

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

#6F917D (or 0x6F917D) is known color: Oxley. HEX triplet: 6F, 91 and 7D. RGB value is (111,145,125). Sum of RGB (Red+Green+Blue) = 111+145+125=381 (50% of max value = 765). Red value is 111 (43.75% from 255 or 29.13% from 381); Green value is 145 (57.03% from 255 or 38.06% from 381); Blue value is 125 (49.22% from 255 or 32.81% from 381); Max value from RGB is 145 - color contains mainly: green. Hex color #6F917D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F917D is #906E82. Grayscale: #848484. Windows color (decimal): -9465475 or 8229231. OLE color: 8229231.

HSL color Cylindrical-coordinate representation of color #6F917D: hue angle of 144.71º 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 #6F917D is Cyan = 0.23, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB 111 145 125 -
CMYK 0.23 0 0.14 0.43
HSL 144.71º 0.13% 0.5% -
HSV(B) 144.71º 0.23% 0.57% -
XYZ 20.38 25.11 23.17 -
YUV 132.55 123.74 112.63 -
System Red Green Blue C M Y K H S L
Decimal 111 145 125 0.23 0 0.14 0.43 144.71 0.13 0.5
Hex 6F 91 7D 17 0 E 2B 91 D 32
Octal 157 221 175 27 0 16 53 221 15 62
Binary 1101111 10010001 1111101 10111 0 1110 101011 10010001 1101 110010

Color Harmonies of #6F917D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F917D

Black with #6F917D

Text Example


Text Example

White with #6F917D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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