Html Css Color HEX #6FA775 Oxley

📋 copy color: '#6FA775'

red 111 ◦ green 167 ◦ blue 117

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

Shades of Oxley #6FA775

Tints of Oxley #6FA775

RGB

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

 GREEN value IS 167 (65.63% from 255) = 42.28%

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

R = 28.1%
G = 42.28%
B = 29.62%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.30

 K value IS 0.35

RGB Variations

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

Color information

#6FA775 (or 0x6FA775) is known color: Oxley. HEX triplet: 6F, A7 and 75. RGB value is (111,167,117). Sum of RGB (Red+Green+Blue) = 111+167+117=395 (52% of max value = 765). Red value is 111 (43.75% from 255 or 28.10% from 395); Green value is 167 (65.62% from 255 or 42.28% from 395); Blue value is 117 (46.09% from 255 or 29.62% from 395); Max value from RGB is 167 - color contains mainly: green. Hex color #6FA775 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6FA775 is #90588A. Grayscale: #909090. Windows color (decimal): -9459851 or 7710575. OLE color: 7710575.

HSL color Cylindrical-coordinate representation of color #6FA775: hue angle of 126.43º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6FA775 is Cyan = 0.34, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.35.

Color convert

RGB 111 167 117 -
CMYK 0.34 0 0.30 0.35
HSL 126.43º 0.24% 0.55% -
HSV(B) 126.43º 0.34% 0.65% -
XYZ 23.59 32.3 21.82 -
YUV 144.56 112.45 104.07 -
System Red Green Blue C M Y K H S L
Decimal 111 167 117 0.34 0 0.30 0.35 126.43 0.24 0.55
Hex 6F A7 75 22 0 1E 23 7E 18 37
Octal 157 247 165 42 0 36 43 176 30 67
Binary 1101111 10100111 1110101 100010 0 11110 100011 1111110 11000 110111

Color Harmonies of #6FA775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FA775

Black with #6FA775

Text Example


Text Example

White with #6FA775

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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