#6FB34B

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

Shades of Apple #6FB34B

Tints of Apple #6FB34B

Color information

#6FB34B (or 0x6FB34B) is unknown color: approx Apple. HEX triplet: 6F, B3 and 4B. RGB value is (111,179,75). Sum of RGB (Red+Green+Blue) = 111+179+75=365 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.41% from 365); Green value is 179 (70.31% from 255 or 49.04% from 365); Blue value is 75 (29.69% from 255 or 20.55% from 365); Max value from RGB is 179 - color contains mainly: green. Hex color #6FB34B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FB34B is #904CB4. Grayscale: #939393. Windows color (decimal): -9456821 or 4961135. OLE color: 4961135.

HSL color Cylindrical-coordinate representation of color #6FB34B: hue angle of 99.23º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6FB34B is Cyan = 0.38, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.30.

Color convert

RGB11117975-
CMYK0.3800.580.30
HSL99.23º40.94%49.8%-
HSV(B)99.23º58.1%70.2%-
XYZ23.9536.1312.37-
YUV146.8187.47102.46-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 30.41%
GREEN value IS 179 (70.31% from 255) = 49.04%
BLUE value IS 75 (29.69% from 255) = 20.55%
R=30.41%
G=49.04%
B=20.55%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal111179750.3800.580.3099.2340.9449.8
Hex6FB34B2603A1E632932
Octal15726311346072361435162
Binary11011111011001110010111001100111010111101100011101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FB34B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,179,75); }

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

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

 a { background-color: rgb(111,179,75); }

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

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

 span { border-color: rgb(111,179,75); }

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