Html Css Color HEX #6FA372 Oxley

📋 copy color: '#6FA372'

red 111 ◦ green 163 ◦ blue 114

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

Shades of Oxley #6FA372

Tints of Oxley #6FA372

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 29.38%

R = 28.61%
G = 42.01%
B = 29.38%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#6FA372 (or 0x6FA372) is known color: Oxley. HEX triplet: 6F, A3 and 72. RGB value is (111,163,114). Sum of RGB (Red+Green+Blue) = 111+163+114=388 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.61% from 388); Green value is 163 (64.06% from 255 or 42.01% from 388); Blue value is 114 (44.92% from 255 or 29.38% from 388); Max value from RGB is 163 - color contains mainly: green. Hex color #6FA372 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6FA372 is #905C8D. Grayscale: #8E8E8E. Windows color (decimal): -9460878 or 7512943. OLE color: 7512943.

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

Color convert

RGB 111 163 114 -
CMYK 0.32 0 0.30 0.36
HSL 123.46º 0.22% 0.54% -
HSV(B) 123.46º 0.32% 0.64% -
XYZ 22.69 30.79 20.67 -
YUV 141.87 112.27 105.98 -
System Red Green Blue C M Y K H S L
Decimal 111 163 114 0.32 0 0.30 0.36 123.46 0.22 0.54
Hex 6F A3 72 20 0 1E 24 7B 16 36
Octal 157 243 162 40 0 36 44 173 26 66
Binary 1101111 10100011 1110010 100000 0 11110 100100 1111011 10110 110110

Color Harmonies of #6FA372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FA372

Black with #6FA372

Text Example


Text Example

White with #6FA372

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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