#6CB94B

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

Shades of Apple #6CB94B

Tints of Apple #6CB94B

Color information

#6CB94B (or 0x6CB94B) is unknown color: approx Apple. HEX triplet: 6C, B9 and 4B. RGB value is (108,185,75). Sum of RGB (Red+Green+Blue) = 108+185+75=368 (48% of max value = 765). Red value is 108 (42.58% from 255 or 29.35% from 368); Green value is 185 (72.66% from 255 or 50.27% from 368); Blue value is 75 (29.69% from 255 or 20.38% from 368); Max value from RGB is 185 - color contains mainly: green. Hex color #6CB94B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6CB94B is #9346B4. Grayscale: #959595. Windows color (decimal): -9651893 or 4962668. OLE color: 4962668.

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

Color convert

RGB10818575-
CMYK0.4200.590.27
HSL102º44%50.98%-
HSV(B)102º59.46%72.55%-
XYZ24.838.3912.76-
YUV149.4485.9998.44-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 29.35%
GREEN value IS 185 (72.66% from 255) = 50.27%
BLUE value IS 75 (29.69% from 255) = 20.38%
R=29.35%
G=50.27%
B=20.38%

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
Decimal108185750.4200.590.271024450.98
Hex6CB94B2A03B1B662c33
Octal15427111352073331465463
Binary11011001011100110010111010100111011110111100110101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CB94B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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