#69B041

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

Shades of Apple #69B041

Tints of Apple #69B041

Color information

#69B041 (or 0x69B041) is unknown color: approx Apple. HEX triplet: 69, B0 and 41. RGB value is (105,176,65). Sum of RGB (Red+Green+Blue) = 105+176+65=346 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.35% from 346); Green value is 176 (69.14% from 255 or 50.87% from 346); Blue value is 65 (25.78% from 255 or 18.79% from 346); Max value from RGB is 176 - color contains mainly: green. Hex color #69B041 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #69B041 is #964FBE. Grayscale: #8E8E8E. Windows color (decimal): -9850815 or 4305001. OLE color: 4305001.

HSL color Cylindrical-coordinate representation of color #69B041: hue angle of 98.38º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #69B041 is Cyan = 0.40, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.31.

Color convert

RGB10517665-
CMYK0.4000.630.31
HSL98.38º46.06%47.25%-
HSV(B)98.38º63.07%69.02%-
XYZ22.3134.4410.47-
YUV142.1284.48101.53-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.35%
GREEN value IS 176 (69.14% from 255) = 50.87%
BLUE value IS 65 (25.78% from 255) = 18.79%
R=30.35%
G=50.87%
B=18.79%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal105176650.4000.630.3198.3846.0647.25
Hex69B0412803F1F622e2f
Octal15126010150077371425657
Binary11010011011000010000011010000111111111111100010101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69B041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,176,65); }

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

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

 a { background-color: rgb(105,176,65); }

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

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

 span { border-color: rgb(105,176,65); }

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