Html Css Color HEX #6FA380 Oxley

📋 copy color: '#6FA380'

red 111 ◦ green 163 ◦ blue 128

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

Shades of Oxley #6FA380

Tints of Oxley #6FA380

RGB

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

 GREEN value IS 163 (64.06% from 255) = 40.55%

 BLUE value IS 128 (50.39% from 255) = 31.84%

R = 27.61%
G = 40.55%
B = 31.84%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.21

 K value IS 0.36

RGB Variations

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

Color information

#6FA380 (or 0x6FA380) is known color: Oxley. HEX triplet: 6F, A3 and 80. RGB value is (111,163,128). Sum of RGB (Red+Green+Blue) = 111+163+128=402 (53% of max value = 765). Red value is 111 (43.75% from 255 or 27.61% from 402); Green value is 163 (64.06% from 255 or 40.55% from 402); Blue value is 128 (50.39% from 255 or 31.84% from 402); Max value from RGB is 163 - color contains mainly: green. Hex color #6FA380 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6FA380 is #905C7F. Grayscale: #8F8F8F. Windows color (decimal): -9460864 or 8430447. OLE color: 8430447.

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

Color convert

RGB 111 163 128 -
CMYK 0.32 0 0.21 0.36
HSL 139.62º 0.22% 0.54% -
HSV(B) 139.62º 0.32% 0.64% -
XYZ 23.55 31.13 25.19 -
YUV 143.46 119.27 104.85 -
System Red Green Blue C M Y K H S L
Decimal 111 163 128 0.32 0 0.21 0.36 139.62 0.22 0.54
Hex 6F A3 80 20 0 15 24 8C 16 36
Octal 157 243 200 40 0 25 44 214 26 66
Binary 1101111 10100011 10000000 100000 0 10101 100100 10001100 10110 110110

Color Harmonies of #6FA380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FA380

Black with #6FA380

Text Example


Text Example

White with #6FA380

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,163,128); }

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

background-color css

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

 a { background-color: rgb(111,163,128); }

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

border-color css

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

 span { border-color: rgb(111,163,128); }

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