Html Css Color HEX #6FAA76 Oxley

📋 copy color: '#6FAA76'

red 111 ◦ green 170 ◦ blue 118

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

Shades of Oxley #6FAA76

Tints of Oxley #6FAA76

RGB

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

 GREEN value IS 170 (66.8% from 255) = 42.61%

 BLUE value IS 118 (46.48% from 255) = 29.57%

R = 27.82%
G = 42.61%
B = 29.57%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#6FAA76 (or 0x6FAA76) is known color: Oxley. HEX triplet: 6F, AA and 76. RGB value is (111,170,118). Sum of RGB (Red+Green+Blue) = 111+170+118=399 (52% of max value = 765). Red value is 111 (43.75% from 255 or 27.82% from 399); Green value is 170 (66.80% from 255 or 42.61% from 399); Blue value is 118 (46.48% from 255 or 29.57% from 399); Max value from RGB is 170 - color contains mainly: green. Hex color #6FAA76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6FAA76 is #905589. Grayscale: #929292. Windows color (decimal): -9459082 or 7776879. OLE color: 7776879.

HSL color Cylindrical-coordinate representation of color #6FAA76: hue angle of 127.12º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6FAA76 is Cyan = 0.35, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.33.

Color convert

RGB 111 170 118 -
CMYK 0.35 0 0.31 0.33
HSL 127.12º 0.26% 0.55% -
HSV(B) 127.12º 0.35% 0.67% -
XYZ 24.2 33.44 22.32 -
YUV 146.43 111.95 102.73 -
System Red Green Blue C M Y K H S L
Decimal 111 170 118 0.35 0 0.31 0.33 127.12 0.26 0.55
Hex 6F AA 76 23 0 1F 21 7F 1A 37
Octal 157 252 166 43 0 37 41 177 32 67
Binary 1101111 10101010 1110110 100011 0 11111 100001 1111111 11010 110111

Color Harmonies of #6FAA76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FAA76

Black with #6FAA76

Text Example


Text Example

White with #6FAA76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,170,118); }

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

background-color css

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

 a { background-color: rgb(111,170,118); }

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

border-color css

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

 span { border-color: rgb(111,170,118); }

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