Html Css Color HEX #6FAE7B Oxley

📋 copy color: '#6FAE7B'

red 111 ◦ green 174 ◦ blue 123

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

Shades of Oxley #6FAE7B

Tints of Oxley #6FAE7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 30.15%

R = 27.21%
G = 42.65%
B = 30.15%

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

#6FAE7B (or 0x6FAE7B) is known color: Oxley. HEX triplet: 6F, AE and 7B. RGB value is (111,174,123). Sum of RGB (Red+Green+Blue) = 111+174+123=408 (54% of max value = 765). Red value is 111 (43.75% from 255 or 27.21% from 408); Green value is 174 (68.36% from 255 or 42.65% from 408); Blue value is 123 (48.44% from 255 or 30.15% from 408); Max value from RGB is 174 - color contains mainly: green. Hex color #6FAE7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6FAE7B is #905184. Grayscale: #959595. Windows color (decimal): -9458053 or 8105583. OLE color: 8105583.

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

Color convert

RGB 111 174 123 -
CMYK 0.36 0 0.29 0.32
HSL 131.43º 0.28% 0.56% -
HSV(B) 131.43º 0.36% 0.68% -
XYZ 25.27 35.08 24.18 -
YUV 149.35 113.13 100.65 -
System Red Green Blue C M Y K H S L
Decimal 111 174 123 0.36 0 0.29 0.32 131.43 0.28 0.56
Hex 6F AE 7B 24 0 1D 20 83 1C 38
Octal 157 256 173 44 0 35 40 203 34 70
Binary 1101111 10101110 1111011 100100 0 11101 100000 10000011 11100 111000

Color Harmonies of #6FAE7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FAE7B

Black with #6FAE7B

Text Example


Text Example

White with #6FAE7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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