#6CB34B

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

Shades of Apple #6CB34B

Tints of Apple #6CB34B

Color information

#6CB34B (or 0x6CB34B) is unknown color: approx Apple. HEX triplet: 6C, B3 and 4B. RGB value is (108,179,75). Sum of RGB (Red+Green+Blue) = 108+179+75=362 (47% of max value = 765). Red value is 108 (42.58% from 255 or 29.83% from 362); Green value is 179 (70.31% from 255 or 49.45% from 362); Blue value is 75 (29.69% from 255 or 20.72% from 362); Max value from RGB is 179 - color contains mainly: green. Hex color #6CB34B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6CB34B is #934CB4. Grayscale: #929292. Windows color (decimal): -9653429 or 4961132. OLE color: 4961132.

HSL color Cylindrical-coordinate representation of color #6CB34B: hue angle of 100.96º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6CB34B is Cyan = 0.40, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.30.

Color convert

RGB10817975-
CMYK0.4000.580.30
HSL100.96º40.94%49.8%-
HSV(B)100.96º58.1%70.2%-
XYZ23.5735.9412.35-
YUV145.9287.98100.96-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 29.83%
GREEN value IS 179 (70.31% from 255) = 49.45%
BLUE value IS 75 (29.69% from 255) = 20.72%
R=29.83%
G=49.45%
B=20.72%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal108179750.4000.580.30100.9640.9449.8
Hex6CB34B2803A1E652932
Octal15426311350072361455162
Binary11011001011001110010111010000111010111101100101101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CB34B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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