#6cb94a

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

Shades of Apple #6CB94A

Tints of Apple #6CB94A

Color information

#6CB94A (or 0x6CB94A) is unknown color: approx Apple. HEX triplet: 6C, B9 and 4A. RGB value is (108,185,74). Sum of RGB (Red+Green+Blue) = 108+185+74=367 (48% of max value = 765). Red value is 108 (42.58% from 255 or 29.43% from 367); Green value is 185 (72.66% from 255 or 50.41% from 367); Blue value is 74 (29.30% from 255 or 20.16% from 367); Max value from RGB is 185 - color contains mainly: green. Hex color #6CB94A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6CB94A is #9346B5. Grayscale: #959595. Windows color (decimal): -9651894 or 4897132. OLE color: 4897132.

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

Color convert

RGB10818574-
CMYK0.4200.60.27
HSL101.62º44.22%50.78%-
HSV(B)101.62º60%72.55%-
XYZ24.7738.3812.58-
YUV149.3285.4998.53-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 29.43%
GREEN value IS 185 (72.66% from 255) = 50.41%
BLUE value IS 74 (29.30% from 255) = 20.16%
R=29.43%
G=50.41%
B=20.16%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.6
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal108185740.4200.60.27101.6244.2250.78
Hex6CB94A2A03C1B662c33
Octal15427111252074331465463
Binary11011001011100110010101010100111100110111100110101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6cb94a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,185,74); }

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

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

 a { background-color: rgb(108,185,74); }

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

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

 span { border-color: rgb(108,185,74); }

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