Html Css Color HEX #6FAE7C Oxley

📋 copy color: '#6FAE7C'

red 111 ◦ green 174 ◦ blue 124

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

Shades of Oxley #6FAE7C

Tints of Oxley #6FAE7C

RGB

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

 GREEN value IS 174 (68.36% from 255) = 42.54%

 BLUE value IS 124 (48.83% from 255) = 30.32%

R = 27.14%
G = 42.54%
B = 30.32%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.29

 K value IS 0.32

RGB Variations

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

Color information

#6FAE7C (or 0x6FAE7C) is known color: Oxley. HEX triplet: 6F, AE and 7C. RGB value is (111,174,124). Sum of RGB (Red+Green+Blue) = 111+174+124=409 (54% of max value = 765). Red value is 111 (43.75% from 255 or 27.14% from 409); Green value is 174 (68.36% from 255 or 42.54% from 409); Blue value is 124 (48.83% from 255 or 30.32% from 409); Max value from RGB is 174 - color contains mainly: green. Hex color #6FAE7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6FAE7C is #905183. Grayscale: #959595. Windows color (decimal): -9458052 or 8171119. OLE color: 8171119.

HSL color Cylindrical-coordinate representation of color #6FAE7C: hue angle of 132.38º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6FAE7C is Cyan = 0.36, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.32.

Color convert

RGB 111 174 124 -
CMYK 0.36 0 0.29 0.32
HSL 132.38º 0.28% 0.56% -
HSV(B) 132.38º 0.36% 0.68% -
XYZ 25.33 35.11 24.51 -
YUV 149.46 113.63 100.57 -
System Red Green Blue C M Y K H S L
Decimal 111 174 124 0.36 0 0.29 0.32 132.38 0.28 0.56
Hex 6F AE 7C 24 0 1D 20 84 1C 38
Octal 157 256 174 44 0 35 40 204 34 70
Binary 1101111 10101110 1111100 100100 0 11101 100000 10000100 11100 111000

Color Harmonies of #6FAE7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FAE7C

Black with #6FAE7C

Text Example


Text Example

White with #6FAE7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,174,124); }

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

background-color css

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

 a { background-color: rgb(111,174,124); }

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

border-color css

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

 span { border-color: rgb(111,174,124); }

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