#6FBC3A

Color #6FBC3A Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Apple #6FBC3A

Tints of Apple #6FBC3A

Color information

#6FBC3A (or 0x6FBC3A) is unknown color: approx Apple. HEX triplet: 6F, BC and 3A. RGB value is (111,188,58). Sum of RGB (Red+Green+Blue) = 111+188+58=357 (47% of max value = 765). Red value is 111 (43.75% from 255 or 31.09% from 357); Green value is 188 (73.83% from 255 or 52.66% from 357); Blue value is 58 (23.05% from 255 or 16.25% from 357); Max value from RGB is 188 - color contains mainly: green. Hex color #6FBC3A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FBC3A is #9043C5. Grayscale: #969696. Windows color (decimal): -9454534 or 3849327. OLE color: 3849327.

HSL color Cylindrical-coordinate representation of color #6FBC3A: hue angle of 95.54º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6FBC3A is Cyan = 0.41, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.26.

Color convert

RGB11118858-
CMYK0.4100.690.26
HSL95.54º52.85%48.24%-
HSV(B)95.54º69.15%73.73%-
XYZ25.339.6510.32-
YUV150.1675.99100.07-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 31.09%
GREEN value IS 188 (73.83% from 255) = 52.66%
BLUE value IS 58 (23.05% from 255) = 16.25%
R=31.09%
G=52.66%
B=16.25%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal111188580.4100.690.2695.5452.8548.24
Hex6FBC3A290451A603530
Octal15727472510105321406560
Binary11011111011110011101010100101000101110101100000110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FBC3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,188,58); }

 H1.HeaderClassName
 {
   color: #6FBC3A;
 }
 .AnyTagClassName
 {
   color: #6FBC3A;
 }
</style>
background-color css

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

 a { background-color: rgb(111,188,58); }

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

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

 span { border-color: rgb(111,188,58); }

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