#69B134

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

Shades of Apple #69B134

Tints of Apple #69B134

Color information

#69B134 (or 0x69B134) is unknown color: approx Apple. HEX triplet: 69, B1 and 34. RGB value is (105,177,52). Sum of RGB (Red+Green+Blue) = 105+177+52=334 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.44% from 334); Green value is 177 (69.53% from 255 or 52.99% from 334); Blue value is 52 (20.70% from 255 or 15.57% from 334); Max value from RGB is 177 - color contains mainly: green. Hex color #69B134 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #69B134 is #964ECB. Grayscale: #8D8D8D. Windows color (decimal): -9850572 or 3453289. OLE color: 3453289.

HSL color Cylindrical-coordinate representation of color #69B134: hue angle of 94.56º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #69B134 is Cyan = 0.41, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.31.

Color convert

RGB10517752-
CMYK0.4100.710.31
HSL94.56º54.59%44.9%-
HSV(B)94.56º70.62%69.41%-
XYZ22.1734.78.78-
YUV141.2277.65102.16-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.44%
GREEN value IS 177 (69.53% from 255) = 52.99%
BLUE value IS 52 (20.70% from 255) = 15.57%
R=31.44%
G=52.99%
B=15.57%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal105177520.4100.710.3194.5654.5944.9
Hex69B134290471F5f372d
Octal15126164510107371376755
Binary11010011011000111010010100101000111111111011111110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69B134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69B134; }

 p { color: rgb(105,177,52); }

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

<style>
 a { background-color: #69B134; }

 a { background-color: rgb(105,177,52); }

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

<style>
 span { border-color: #69B134; }

 span { border-color: rgb(105,177,52); }

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