Html Css Color HEX #6FA874 Oxley

📋 copy color: '#6FA874'

red 111 ◦ green 168 ◦ blue 116

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

Shades of Oxley #6FA874

Tints of Oxley #6FA874

RGB

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

 GREEN value IS 168 (66.02% from 255) = 42.53%

 BLUE value IS 116 (45.7% from 255) = 29.37%

R = 28.1%
G = 42.53%
B = 29.37%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.31

 K value IS 0.34

RGB Variations

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

Color information

#6FA874 (or 0x6FA874) is known color: Oxley. HEX triplet: 6F, A8 and 74. RGB value is (111,168,116). Sum of RGB (Red+Green+Blue) = 111+168+116=395 (52% of max value = 765). Red value is 111 (43.75% from 255 or 28.10% from 395); Green value is 168 (66.02% from 255 or 42.53% from 395); Blue value is 116 (45.70% from 255 or 29.37% from 395); Max value from RGB is 168 - color contains mainly: green. Hex color #6FA874 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6FA874 is #90578B. Grayscale: #919191. Windows color (decimal): -9459596 or 7645295. OLE color: 7645295.

HSL color Cylindrical-coordinate representation of color #6FA874: hue angle of 125.26º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6FA874 is Cyan = 0.34, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.34.

Color convert

RGB 111 168 116 -
CMYK 0.34 0 0.31 0.34
HSL 125.26º 0.25% 0.55% -
HSV(B) 125.26º 0.34% 0.66% -
XYZ 23.71 32.65 21.57 -
YUV 145.03 111.62 103.73 -
System Red Green Blue C M Y K H S L
Decimal 111 168 116 0.34 0 0.31 0.34 125.26 0.25 0.55
Hex 6F A8 74 22 0 1F 22 7D 19 37
Octal 157 250 164 42 0 37 42 175 31 67
Binary 1101111 10101000 1110100 100010 0 11111 100010 1111101 11001 110111

Color Harmonies of #6FA874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FA874

Black with #6FA874

Text Example


Text Example

White with #6FA874

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,168,116); }

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

background-color css

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

 a { background-color: rgb(111,168,116); }

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

border-color css

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

 span { border-color: rgb(111,168,116); }

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