Html Css Color HEX #6F9079 Oxley

📋 copy color: '#6F9079'

red 111 ◦ green 144 ◦ blue 121

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

Shades of Oxley #6F9079

Tints of Oxley #6F9079

RGB

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

 GREEN value IS 144 (56.64% from 255) = 38.3%

 BLUE value IS 121 (47.66% from 255) = 32.18%

R = 29.52%
G = 38.3%
B = 32.18%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.16

 K value IS 0.44

RGB Variations

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

Color information

#6F9079 (or 0x6F9079) is known color: Oxley. HEX triplet: 6F, 90 and 79. RGB value is (111,144,121). Sum of RGB (Red+Green+Blue) = 111+144+121=376 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.52% from 376); Green value is 144 (56.64% from 255 or 38.30% from 376); Blue value is 121 (47.66% from 255 or 32.18% from 376); Max value from RGB is 144 - color contains mainly: green. Hex color #6F9079 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F9079 is #906F86. Grayscale: #838383. Windows color (decimal): -9465735 or 7966831. OLE color: 7966831.

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

Color convert

RGB 111 144 121 -
CMYK 0.23 0 0.16 0.44
HSL 138.18º 0.13% 0.5% -
HSV(B) 138.18º 0.23% 0.56% -
XYZ 19.98 24.71 21.8 -
YUV 131.51 122.07 113.37 -
System Red Green Blue C M Y K H S L
Decimal 111 144 121 0.23 0 0.16 0.44 138.18 0.13 0.5
Hex 6F 90 79 17 0 10 2C 8A D 32
Octal 157 220 171 27 0 20 54 212 15 62
Binary 1101111 10010000 1111001 10111 0 10000 101100 10001010 1101 110010

Color Harmonies of #6F9079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F9079

Black with #6F9079

Text Example


Text Example

White with #6F9079

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,144,121); }

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

background-color css

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

 a { background-color: rgb(111,144,121); }

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

border-color css

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

 span { border-color: rgb(111,144,121); }

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