#6AB94B

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

Shades of Apple #6AB94B

Tints of Apple #6AB94B

Color information

#6AB94B (or 0x6AB94B) is unknown color: approx Apple. HEX triplet: 6A, B9 and 4B. RGB value is (106,185,75). Sum of RGB (Red+Green+Blue) = 106+185+75=366 (48% of max value = 765). Red value is 106 (41.80% from 255 or 28.96% from 366); Green value is 185 (72.66% from 255 or 50.55% from 366); Blue value is 75 (29.69% from 255 or 20.49% from 366); Max value from RGB is 185 - color contains mainly: green. Hex color #6AB94B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6AB94B is #9546B4. Grayscale: #959595. Windows color (decimal): -9782965 or 4962666. OLE color: 4962666.

HSL color Cylindrical-coordinate representation of color #6AB94B: hue angle of 103.09º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6AB94B is Cyan = 0.43, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.27.

Color convert

RGB10618575-
CMYK0.4300.590.27
HSL103.09º44%50.98%-
HSV(B)103.09º59.46%72.55%-
XYZ24.5638.2712.75-
YUV148.8486.3397.44-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 28.96%
GREEN value IS 185 (72.66% from 255) = 50.55%
BLUE value IS 75 (29.69% from 255) = 20.49%
R=28.96%
G=50.55%
B=20.49%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal106185750.4300.590.27103.094450.98
Hex6AB94B2B03B1B672c33
Octal15227111353073331475463
Binary11010101011100110010111010110111011110111100111101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AB94B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,185,75); }

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

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

 a { background-color: rgb(106,185,75); }

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

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

 span { border-color: rgb(106,185,75); }

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