#6BA248

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

Shades of Apple #6BA248

Tints of Apple #6BA248

Color information

#6BA248 (or 0x6BA248) is unknown color: approx Apple. HEX triplet: 6B, A2 and 48. RGB value is (107,162,72). Sum of RGB (Red+Green+Blue) = 107+162+72=341 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.38% from 341); Green value is 162 (63.67% from 255 or 47.51% from 341); Blue value is 72 (28.52% from 255 or 21.11% from 341); Max value from RGB is 162 - color contains mainly: green. Hex color #6BA248 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6BA248 is #945DB7. Grayscale: #878787. Windows color (decimal): -9723320 or 4760171. OLE color: 4760171.

HSL color Cylindrical-coordinate representation of color #6BA248: hue angle of 96.67º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6BA248 is Cyan = 0.34, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.36.

Color convert

RGB10716272-
CMYK0.3400.560.36
HSL96.67º38.46%45.88%-
HSV(B)96.67º55.56%63.53%-
XYZ20.1529.4310.75-
YUV135.2992.28107.82-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 31.38%
GREEN value IS 162 (63.67% from 255) = 47.51%
BLUE value IS 72 (28.52% from 255) = 21.11%
R=31.38%
G=47.51%
B=21.11%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal107162720.3400.560.3696.6738.4645.88
Hex6BA248220382461262e
Octal15324211042070441414656
Binary110101110100010100100010001001110001001001100001100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BA248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,162,72); }

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

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

 a { background-color: rgb(107,162,72); }

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

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

 span { border-color: rgb(107,162,72); }

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