#69B74B

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

Shades of Apple #69B74B

Tints of Apple #69B74B

Color information

#69B74B (or 0x69B74B) is unknown color: approx Apple. HEX triplet: 69, B7 and 4B. RGB value is (105,183,75). Sum of RGB (Red+Green+Blue) = 105+183+75=363 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.93% from 363); Green value is 183 (71.88% from 255 or 50.41% from 363); Blue value is 75 (29.69% from 255 or 20.66% from 363); Max value from RGB is 183 - color contains mainly: green. Hex color #69B74B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69B74B is #9648B4. Grayscale: #939393. Windows color (decimal): -9849013 or 4962153. OLE color: 4962153.

HSL color Cylindrical-coordinate representation of color #69B74B: hue angle of 103.33º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #69B74B is Cyan = 0.43, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.28.

Color convert

RGB10518375-
CMYK0.4300.590.28
HSL103.33º42.86%50.59%-
HSV(B)103.33º59.02%71.76%-
XYZ24.0337.3812.6-
YUV147.3787.1697.78-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28.93%
GREEN value IS 183 (71.88% from 255) = 50.41%
BLUE value IS 75 (29.69% from 255) = 20.66%
R=28.93%
G=50.41%
B=20.66%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal105183750.4300.590.28103.3342.8650.59
Hex69B74B2B03B1C672b33
Octal15126711353073341475363
Binary11010011011011110010111010110111011111001100111101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69B74B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,183,75); }

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

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

 a { background-color: rgb(105,183,75); }

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

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

 span { border-color: rgb(105,183,75); }

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