Html Css Color HEX #6FA47A Oxley

📋 copy color: '#6FA47A'

red 111 ◦ green 164 ◦ blue 122

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

Shades of Oxley #6FA47A

Tints of Oxley #6FA47A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 30.73%

R = 27.96%
G = 41.31%
B = 30.73%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.26

 K value IS 0.36

RGB Variations

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

Color information

#6FA47A (or 0x6FA47A) is known color: Oxley. HEX triplet: 6F, A4 and 7A. RGB value is (111,164,122). Sum of RGB (Red+Green+Blue) = 111+164+122=397 (52% of max value = 765). Red value is 111 (43.75% from 255 or 27.96% from 397); Green value is 164 (64.45% from 255 or 41.31% from 397); Blue value is 122 (48.05% from 255 or 30.73% from 397); Max value from RGB is 164 - color contains mainly: green. Hex color #6FA47A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6FA47A is #905B85. Grayscale: #8F8F8F. Windows color (decimal): -9460614 or 8037487. OLE color: 8037487.

HSL color Cylindrical-coordinate representation of color #6FA47A: hue angle of 132.45º 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 #6FA47A is Cyan = 0.32, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.36.

Color convert

RGB 111 164 122 -
CMYK 0.32 0 0.26 0.36
HSL 132.45º 0.23% 0.54% -
HSV(B) 132.45º 0.32% 0.64% -
XYZ 23.34 31.34 23.23 -
YUV 143.37 115.94 104.92 -
System Red Green Blue C M Y K H S L
Decimal 111 164 122 0.32 0 0.26 0.36 132.45 0.23 0.54
Hex 6F A4 7A 20 0 1A 24 84 17 36
Octal 157 244 172 40 0 32 44 204 27 66
Binary 1101111 10100100 1111010 100000 0 11010 100100 10000100 10111 110110

Color Harmonies of #6FA47A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FA47A

Black with #6FA47A

Text Example


Text Example

White with #6FA47A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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