Html Css Color HEX #6FA184 Oxley

📋 copy color: '#6FA184'

red 111 ◦ green 161 ◦ blue 132

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

Shades of Oxley #6FA184

Tints of Oxley #6FA184

RGB

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

 GREEN value IS 161 (63.28% from 255) = 39.85%

 BLUE value IS 132 (51.95% from 255) = 32.67%

R = 27.48%
G = 39.85%
B = 32.67%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.18

 K value IS 0.37

RGB Variations

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

Color information

#6FA184 (or 0x6FA184) is known color: Oxley. HEX triplet: 6F, A1 and 84. RGB value is (111,161,132). Sum of RGB (Red+Green+Blue) = 111+161+132=404 (53% of max value = 765). Red value is 111 (43.75% from 255 or 27.48% from 404); Green value is 161 (63.28% from 255 or 39.85% from 404); Blue value is 132 (51.95% from 255 or 32.67% from 404); Max value from RGB is 161 - color contains mainly: green. Hex color #6FA184 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6FA184 is #905E7B. Grayscale: #8E8E8E. Windows color (decimal): -9461372 or 8692079. OLE color: 8692079.

HSL color Cylindrical-coordinate representation of color #6FA184: hue angle of 145.2º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6FA184 is Cyan = 0.31, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.37.

Color convert

RGB 111 161 132 -
CMYK 0.31 0 0.18 0.37
HSL 145.2º 0.21% 0.53% -
HSV(B) 145.2º 0.31% 0.63% -
XYZ 23.47 30.54 26.49 -
YUV 142.74 121.94 105.36 -
System Red Green Blue C M Y K H S L
Decimal 111 161 132 0.31 0 0.18 0.37 145.2 0.21 0.53
Hex 6F A1 84 1F 0 12 25 91 15 35
Octal 157 241 204 37 0 22 45 221 25 65
Binary 1101111 10100001 10000100 11111 0 10010 100101 10010001 10101 110101

Color Harmonies of #6FA184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FA184

Black with #6FA184

Text Example


Text Example

White with #6FA184

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,161,132); }

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

background-color css

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

 a { background-color: rgb(111,161,132); }

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

border-color css

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

 span { border-color: rgb(111,161,132); }

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