#6CBA4D

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

Shades of Apple #6CBA4D

Tints of Apple #6CBA4D

Color information

#6CBA4D (or 0x6CBA4D) is unknown color: approx Apple. HEX triplet: 6C, BA and 4D. RGB value is (108,186,77). Sum of RGB (Red+Green+Blue) = 108+186+77=371 (49% of max value = 765). Red value is 108 (42.58% from 255 or 29.11% from 371); Green value is 186 (73.05% from 255 or 50.13% from 371); Blue value is 77 (30.47% from 255 or 20.75% from 371); Max value from RGB is 186 - color contains mainly: green. Hex color #6CBA4D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CBA4D is #9345B2. Grayscale: #969696. Windows color (decimal): -9651635 or 5093996. OLE color: 5093996.

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

Color convert

RGB10818677-
CMYK0.4200.590.27
HSL102.94º44.13%51.57%-
HSV(B)102.94º58.6%72.94%-
XYZ25.0838.8413.2-
YUV150.2586.6697.86-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 29.11%
GREEN value IS 186 (73.05% from 255) = 50.13%
BLUE value IS 77 (30.47% from 255) = 20.75%
R=29.11%
G=50.13%
B=20.75%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal108186770.4200.590.27102.9444.1351.57
Hex6CBA4D2A03B1B672c34
Octal15427211552073331475464
Binary11011001011101010011011010100111011110111100111101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CBA4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,186,77); }

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

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

 a { background-color: rgb(108,186,77); }

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

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

 span { border-color: rgb(108,186,77); }

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