#6CA54B

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

Shades of Apple #6CA54B

Tints of Apple #6CA54B

Color information

#6CA54B (or 0x6CA54B) is unknown color: approx Apple. HEX triplet: 6C, A5 and 4B. RGB value is (108,165,75). Sum of RGB (Red+Green+Blue) = 108+165+75=348 (46% of max value = 765). Red value is 108 (42.58% from 255 or 31.03% from 348); Green value is 165 (64.84% from 255 or 47.41% from 348); Blue value is 75 (29.69% from 255 or 21.55% from 348); Max value from RGB is 165 - color contains mainly: green. Hex color #6CA54B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6CA54B is #935AB4. Grayscale: #8A8A8A. Windows color (decimal): -9657013 or 4957548. OLE color: 4957548.

HSL color Cylindrical-coordinate representation of color #6CA54B: hue angle of 98º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6CA54B is Cyan = 0.35, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.35.

Color convert

RGB10816575-
CMYK0.3500.550.35
HSL98º37.5%47.06%-
HSV(B)98º54.55%64.71%-
XYZ20.9130.6111.46-
YUV137.792.62106.82-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 31.03%
GREEN value IS 165 (64.84% from 255) = 47.41%
BLUE value IS 75 (29.69% from 255) = 21.55%
R=31.03%
G=47.41%
B=21.55%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal108165750.3500.550.359837.547.06
Hex6CA54B230372362262f
Octal15424511343067431424657
Binary110110010100101100101110001101101111000111100010100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CA54B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,165,75); }

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

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

 a { background-color: rgb(108,165,75); }

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

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

 span { border-color: rgb(108,165,75); }

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