Html Css Color HEX #6FB050 Apple

📋 copy color: '#6FB050'

red 111 ◦ green 176 ◦ blue 80

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

Shades of Apple #6FB050

Tints of Apple #6FB050

RGB

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

 GREEN value IS 176 (69.14% from 255) = 47.96%

 BLUE value IS 80 (31.64% from 255) = 21.8%

R = 30.25%
G = 47.96%
B = 21.8%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.55

 K value IS 0.31

RGB Variations

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

Color information

#6FB050 (or 0x6FB050) is known color: Apple. HEX triplet: 6F, B0 and 50. RGB value is (111,176,80). Sum of RGB (Red+Green+Blue) = 111+176+80=367 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.25% from 367); Green value is 176 (69.14% from 255 or 47.96% from 367); Blue value is 80 (31.64% from 255 or 21.80% from 367); Max value from RGB is 176 - color contains mainly: green. Hex color #6FB050 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6FB050 is #904FAF. Grayscale: #919191. Windows color (decimal): -9457584 or 5288047. OLE color: 5288047.

HSL color Cylindrical-coordinate representation of color #6FB050: hue angle of 100.62º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6FB050 is Cyan = 0.37, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.31.

Color convert

RGB 111 176 80 -
CMYK 0.37 0 0.55 0.31
HSL 100.63º 0.38% 0.5% -
HSV(B) 100.63º 0.55% 0.69% -
XYZ 23.53 35.01 13.11 -
YUV 145.62 90.97 103.31 -
System Red Green Blue C M Y K H S L
Decimal 111 176 80 0.37 0 0.55 0.31 100.63 0.38 0.5
Hex 6F B0 50 25 0 37 1F 65 26 32
Octal 157 260 120 45 0 67 37 145 46 62
Binary 1101111 10110000 1010000 100101 0 110111 11111 1100101 100110 110010

Color Harmonies of #6FB050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FB050

Black with #6FB050

Text Example


Text Example

White with #6FB050

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,176,80); }

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

background-color css

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

 a { background-color: rgb(111,176,80); }

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

border-color css

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

 span { border-color: rgb(111,176,80); }

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