#6FB05C

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

Shades of Apple #6FB05C

Tints of Apple #6FB05C

Color information

#6FB05C (or 0x6FB05C) is unknown color: approx Apple. HEX triplet: 6F, B0 and 5C. RGB value is (111,176,92). Sum of RGB (Red+Green+Blue) = 111+176+92=379 (50% of max value = 765). Red value is 111 (43.75% from 255 or 29.29% from 379); Green value is 176 (69.14% from 255 or 46.44% from 379); Blue value is 92 (36.33% from 255 or 24.27% from 379); Max value from RGB is 176 - color contains mainly: green. Hex color #6FB05C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6FB05C is #904FA3. Grayscale: #939393. Windows color (decimal): -9457572 or 6074479. OLE color: 6074479.

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

Color convert

RGB11117692-
CMYK0.3700.480.31
HSL106.43º34.71%52.55%-
HSV(B)106.43º47.73%69.02%-
XYZ24.0135.215.65-
YUV146.9996.97102.33-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 29.29%
GREEN value IS 176 (69.14% from 255) = 46.44%
BLUE value IS 92 (36.33% from 255) = 24.27%
R=29.29%
G=46.44%
B=24.27%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal111176920.3700.480.31106.4334.7152.55
Hex6FB05C250301F6a2335
Octal15726013445060371524365
Binary11011111011000010111001001010110000111111101010100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FB05C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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