Html Css Color HEX #6FA375 Oxley

📋 copy color: '#6FA375'

red 111 ◦ green 163 ◦ blue 117

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

Shades of Oxley #6FA375

Tints of Oxley #6FA375

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 29.92%

R = 28.39%
G = 41.69%
B = 29.92%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.28

 K value IS 0.36

RGB Variations

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

Color information

#6FA375 (or 0x6FA375) is known color: Oxley. HEX triplet: 6F, A3 and 75. RGB value is (111,163,117). Sum of RGB (Red+Green+Blue) = 111+163+117=391 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.39% from 391); Green value is 163 (64.06% from 255 or 41.69% from 391); Blue value is 117 (46.09% from 255 or 29.92% from 391); Max value from RGB is 163 - color contains mainly: green. Hex color #6FA375 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6FA375 is #905C8A. Grayscale: #8E8E8E. Windows color (decimal): -9460875 or 7709551. OLE color: 7709551.

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

Color convert

RGB 111 163 117 -
CMYK 0.32 0 0.28 0.36
HSL 126.92º 0.22% 0.54% -
HSV(B) 126.92º 0.32% 0.64% -
XYZ 22.86 30.86 21.58 -
YUV 142.21 113.77 105.74 -
System Red Green Blue C M Y K H S L
Decimal 111 163 117 0.32 0 0.28 0.36 126.92 0.22 0.54
Hex 6F A3 75 20 0 1C 24 7F 16 36
Octal 157 243 165 40 0 34 44 177 26 66
Binary 1101111 10100011 1110101 100000 0 11100 100100 1111111 10110 110110

Color Harmonies of #6FA375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FA375

Black with #6FA375

Text Example


Text Example

White with #6FA375

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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