#6AB634

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

Shades of Apple #6AB634

Tints of Apple #6AB634

Color information

#6AB634 (or 0x6AB634) is unknown color: approx Apple. HEX triplet: 6A, B6 and 34. RGB value is (106,182,52). Sum of RGB (Red+Green+Blue) = 106+182+52=340 (45% of max value = 765). Red value is 106 (41.80% from 255 or 31.18% from 340); Green value is 182 (71.48% from 255 or 53.53% from 340); Blue value is 52 (20.70% from 255 or 15.29% from 340); Max value from RGB is 182 - color contains mainly: green. Hex color #6AB634 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6AB634 is #9549CB. Grayscale: #909090. Windows color (decimal): -9783756 or 3454570. OLE color: 3454570.

HSL color Cylindrical-coordinate representation of color #6AB634: hue angle of 95.08º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6AB634 is Cyan = 0.42, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.29.

Color convert

RGB10618252-
CMYK0.4200.710.29
HSL95.08º55.56%45.88%-
HSV(B)95.08º71.43%71.37%-
XYZ23.2936.779.12-
YUV144.4675.82100.57-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 31.18%
GREEN value IS 182 (71.48% from 255) = 53.53%
BLUE value IS 52 (20.70% from 255) = 15.29%
R=31.18%
G=53.53%
B=15.29%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal106182520.4200.710.2995.0855.5645.88
Hex6AB6342A0471D5f382e
Octal15226664520107351377056
Binary11010101011011011010010101001000111111011011111111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AB634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,182,52); }

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

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

 a { background-color: rgb(106,182,52); }

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

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

 span { border-color: rgb(106,182,52); }

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