Html Css Color HEX #6F9379 Oxley

📋 copy color: '#6F9379'

red 111 ◦ green 147 ◦ blue 121

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

Shades of Oxley #6F9379

Tints of Oxley #6F9379

RGB

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

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

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

R = 29.29%
G = 38.79%
B = 31.93%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.18

 K value IS 0.42

RGB Variations

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

Color information

#6F9379 (or 0x6F9379) is known color: Oxley. HEX triplet: 6F, 93 and 79. RGB value is (111,147,121). Sum of RGB (Red+Green+Blue) = 111+147+121=379 (50% of max value = 765). Red value is 111 (43.75% from 255 or 29.29% from 379); Green value is 147 (57.81% from 255 or 38.79% from 379); Blue value is 121 (47.66% from 255 or 31.93% from 379); Max value from RGB is 147 - color contains mainly: green. Hex color #6F9379 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F9379 is #906C86. Grayscale: #858585. Windows color (decimal): -9464967 or 7967599. OLE color: 7967599.

HSL color Cylindrical-coordinate representation of color #6F9379: hue angle of 136.67º 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 #6F9379 is Cyan = 0.24, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB 111 147 121 -
CMYK 0.24 0 0.18 0.42
HSL 136.67º 0.14% 0.51% -
HSV(B) 136.67º 0.24% 0.58% -
XYZ 20.44 25.63 21.96 -
YUV 133.27 121.07 112.11 -
System Red Green Blue C M Y K H S L
Decimal 111 147 121 0.24 0 0.18 0.42 136.67 0.14 0.51
Hex 6F 93 79 18 0 12 2A 89 E 33
Octal 157 223 171 30 0 22 52 211 16 63
Binary 1101111 10010011 1111001 11000 0 10010 101010 10001001 1110 110011

Color Harmonies of #6F9379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F9379

Black with #6F9379

Text Example


Text Example

White with #6F9379

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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