#6CB04B

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

Shades of Apple #6CB04B

Tints of Apple #6CB04B

Color information

#6CB04B (or 0x6CB04B) is unknown color: approx Apple. HEX triplet: 6C, B0 and 4B. RGB value is (108,176,75). Sum of RGB (Red+Green+Blue) = 108+176+75=359 (47% of max value = 765). Red value is 108 (42.58% from 255 or 30.08% from 359); Green value is 176 (69.14% from 255 or 49.03% from 359); Blue value is 75 (29.69% from 255 or 20.89% from 359); Max value from RGB is 176 - color contains mainly: green. Hex color #6CB04B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6CB04B is #934FB4. Grayscale: #909090. Windows color (decimal): -9654197 or 4960364. OLE color: 4960364.

HSL color Cylindrical-coordinate representation of color #6CB04B: hue angle of 100.4º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6CB04B is Cyan = 0.39, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.31.

Color convert

RGB10817675-
CMYK0.3900.570.31
HSL100.4º40.24%49.22%-
HSV(B)100.4º57.39%69.02%-
XYZ22.9834.7512.15-
YUV144.1588.97102.21-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 30.08%
GREEN value IS 176 (69.14% from 255) = 49.03%
BLUE value IS 75 (29.69% from 255) = 20.89%
R=30.08%
G=49.03%
B=20.89%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal108176750.3900.570.31100.440.2449.22
Hex6CB04B270391F642831
Octal15426011347071371445061
Binary11011001011000010010111001110111001111111100100101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CB04B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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