Html Css Color HEX #6FA178 Oxley

📋 copy color: '#6FA178'

red 111 ◦ green 161 ◦ blue 120

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

Shades of Oxley #6FA178

Tints of Oxley #6FA178

RGB

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

 GREEN value IS 161 (63.28% from 255) = 41.07%

 BLUE value IS 120 (47.27% from 255) = 30.61%

R = 28.32%
G = 41.07%
B = 30.61%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.25

 K value IS 0.37

RGB Variations

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

Color information

#6FA178 (or 0x6FA178) is known color: Oxley. HEX triplet: 6F, A1 and 78. RGB value is (111,161,120). Sum of RGB (Red+Green+Blue) = 111+161+120=392 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.32% from 392); Green value is 161 (63.28% from 255 or 41.07% from 392); Blue value is 120 (47.27% from 255 or 30.61% from 392); Max value from RGB is 161 - color contains mainly: green. Hex color #6FA178 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6FA178 is #905E87. Grayscale: #8D8D8D. Windows color (decimal): -9461384 or 7905647. OLE color: 7905647.

HSL color Cylindrical-coordinate representation of color #6FA178: hue angle of 130.8º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6FA178 is Cyan = 0.31, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.37.

Color convert

RGB 111 161 120 -
CMYK 0.31 0 0.25 0.37
HSL 130.8º 0.21% 0.53% -
HSV(B) 130.8º 0.31% 0.63% -
XYZ 22.69 30.23 22.41 -
YUV 141.38 115.94 106.33 -
System Red Green Blue C M Y K H S L
Decimal 111 161 120 0.31 0 0.25 0.37 130.8 0.21 0.53
Hex 6F A1 78 1F 0 19 25 83 15 35
Octal 157 241 170 37 0 31 45 203 25 65
Binary 1101111 10100001 1111000 11111 0 11001 100101 10000011 10101 110101

Color Harmonies of #6FA178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FA178

Black with #6FA178

Text Example


Text Example

White with #6FA178

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,161,120); }

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

background-color css

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

 a { background-color: rgb(111,161,120); }

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

border-color css

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

 span { border-color: rgb(111,161,120); }

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