Html Css Color HEX #6FA47F Oxley

📋 copy color: '#6FA47F'

red 111 ◦ green 164 ◦ blue 127

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

Shades of Oxley #6FA47F

Tints of Oxley #6FA47F

RGB

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

 GREEN value IS 164 (64.45% from 255) = 40.8%

 BLUE value IS 127 (50% from 255) = 31.59%

R = 27.61%
G = 40.8%
B = 31.59%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.23

 K value IS 0.36

RGB Variations

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

Color information

#6FA47F (or 0x6FA47F) is known color: Oxley. HEX triplet: 6F, A4 and 7F. RGB value is (111,164,127). Sum of RGB (Red+Green+Blue) = 111+164+127=402 (53% of max value = 765). Red value is 111 (43.75% from 255 or 27.61% from 402); Green value is 164 (64.45% from 255 or 40.80% from 402); Blue value is 127 (50% from 255 or 31.59% from 402); Max value from RGB is 164 - color contains mainly: green. Hex color #6FA47F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6FA47F is #905B80. Grayscale: #909090. Windows color (decimal): -9460609 or 8365167. OLE color: 8365167.

HSL color Cylindrical-coordinate representation of color #6FA47F: hue angle of 138.11º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6FA47F is Cyan = 0.32, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.36.

Color convert

RGB 111 164 127 -
CMYK 0.32 0 0.23 0.36
HSL 138.11º 0.23% 0.54% -
HSV(B) 138.11º 0.32% 0.64% -
XYZ 23.66 31.46 24.9 -
YUV 143.94 118.44 104.51 -
System Red Green Blue C M Y K H S L
Decimal 111 164 127 0.32 0 0.23 0.36 138.11 0.23 0.54
Hex 6F A4 7F 20 0 17 24 8A 17 36
Octal 157 244 177 40 0 27 44 212 27 66
Binary 1101111 10100100 1111111 100000 0 10111 100100 10001010 10111 110110

Color Harmonies of #6FA47F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FA47F

Black with #6FA47F

Text Example


Text Example

White with #6FA47F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,164,127); }

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

background-color css

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

 a { background-color: rgb(111,164,127); }

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

border-color css

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

 span { border-color: rgb(111,164,127); }

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