Html Css Color HEX #6F937B Oxley

📋 copy color: '#6F937B'

red 111 ◦ green 147 ◦ blue 123

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

Shades of Oxley #6F937B

Tints of Oxley #6F937B

RGB

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

 GREEN value IS 147 (57.81% from 255) = 38.58%

 BLUE value IS 123 (48.44% from 255) = 32.28%

R = 29.13%
G = 38.58%
B = 32.28%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#6F937B (or 0x6F937B) is known color: Oxley. HEX triplet: 6F, 93 and 7B. RGB value is (111,147,123). Sum of RGB (Red+Green+Blue) = 111+147+123=381 (50% of max value = 765). Red value is 111 (43.75% from 255 or 29.13% from 381); Green value is 147 (57.81% from 255 or 38.58% from 381); Blue value is 123 (48.44% from 255 or 32.28% from 381); Max value from RGB is 147 - color contains mainly: green. Hex color #6F937B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F937B is #906C84. Grayscale: #858585. Windows color (decimal): -9464965 or 8098671. OLE color: 8098671.

HSL color Cylindrical-coordinate representation of color #6F937B: hue angle of 140º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6F937B is Cyan = 0.24, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB 111 147 123 -
CMYK 0.24 0 0.16 0.42
HSL 140º 0.14% 0.51% -
HSV(B) 140º 0.24% 0.58% -
XYZ 20.56 25.68 22.61 -
YUV 133.5 122.07 111.95 -
System Red Green Blue C M Y K H S L
Decimal 111 147 123 0.24 0 0.16 0.42 140 0.14 0.51
Hex 6F 93 7B 18 0 10 2A 8C E 33
Octal 157 223 173 30 0 20 52 214 16 63
Binary 1101111 10010011 1111011 11000 0 10000 101010 10001100 1110 110011

Color Harmonies of #6F937B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F937B

Black with #6F937B

Text Example


Text Example

White with #6F937B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,147,123); }

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

background-color css

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

 a { background-color: rgb(111,147,123); }

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

border-color css

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

 span { border-color: rgb(111,147,123); }

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