Html Css Color HEX #6FA483 Oxley

📋 copy color: '#6FA483'

red 111 ◦ green 164 ◦ blue 131

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

Shades of Oxley #6FA483

Tints of Oxley #6FA483

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 32.27%

R = 27.34%
G = 40.39%
B = 32.27%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.20

 K value IS 0.36

RGB Variations

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

Color information

#6FA483 (or 0x6FA483) is known color: Oxley. HEX triplet: 6F, A4 and 83. RGB value is (111,164,131). Sum of RGB (Red+Green+Blue) = 111+164+131=406 (53% of max value = 765). Red value is 111 (43.75% from 255 or 27.34% from 406); Green value is 164 (64.45% from 255 or 40.39% from 406); Blue value is 131 (51.56% from 255 or 32.27% from 406); Max value from RGB is 164 - color contains mainly: green. Hex color #6FA483 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6FA483 is #905B7C. Grayscale: #909090. Windows color (decimal): -9460605 or 8627311. OLE color: 8627311.

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

Color convert

RGB 111 164 131 -
CMYK 0.32 0 0.20 0.36
HSL 142.64º 0.23% 0.54% -
HSV(B) 142.64º 0.32% 0.64% -
XYZ 23.93 31.57 26.31 -
YUV 144.39 120.44 104.18 -
System Red Green Blue C M Y K H S L
Decimal 111 164 131 0.32 0 0.20 0.36 142.64 0.23 0.54
Hex 6F A4 83 20 0 14 24 8F 17 36
Octal 157 244 203 40 0 24 44 217 27 66
Binary 1101111 10100100 10000011 100000 0 10100 100100 10001111 10111 110110

Color Harmonies of #6FA483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FA483

Black with #6FA483

Text Example


Text Example

White with #6FA483

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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