#6CA74B

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

Shades of Apple #6CA74B

Tints of Apple #6CA74B

Color information

#6CA74B (or 0x6CA74B) is unknown color: approx Apple. HEX triplet: 6C, A7 and 4B. RGB value is (108,167,75). Sum of RGB (Red+Green+Blue) = 108+167+75=350 (46% of max value = 765). Red value is 108 (42.58% from 255 or 30.86% from 350); Green value is 167 (65.62% from 255 or 47.71% from 350); Blue value is 75 (29.69% from 255 or 21.43% from 350); Max value from RGB is 167 - color contains mainly: green. Hex color #6CA74B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6CA74B is #9358B4. Grayscale: #8B8B8B. Windows color (decimal): -9656501 or 4958060. OLE color: 4958060.

HSL color Cylindrical-coordinate representation of color #6CA74B: hue angle of 98.48º 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 #6CA74B is Cyan = 0.35, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.35.

Color convert

RGB10816775-
CMYK0.3500.550.35
HSL98.48º38.02%47.45%-
HSV(B)98.48º55.09%65.49%-
XYZ21.2731.3311.58-
YUV138.8791.95105.98-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 30.86%
GREEN value IS 167 (65.62% from 255) = 47.71%
BLUE value IS 75 (29.69% from 255) = 21.43%
R=30.86%
G=47.71%
B=21.43%

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
Decimal108167750.3500.550.3598.4838.0247.45
Hex6CA74B230372362262f
Octal15424711343067431424657
Binary110110010100111100101110001101101111000111100010100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CA74B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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