#69C834

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

Shades of Apple #69C834

Tints of Apple #69C834

Color information

#69C834 (or 0x69C834) is unknown color: approx Apple. HEX triplet: 69, C8 and 34. RGB value is (105,200,52). Sum of RGB (Red+Green+Blue) = 105+200+52=357 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.41% from 357); Green value is 200 (78.52% from 255 or 56.02% from 357); Blue value is 52 (20.70% from 255 or 14.57% from 357); Max value from RGB is 200 - color contains mainly: green. Hex color #69C834 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69C834 is #9637CB. Grayscale: #9B9B9B. Windows color (decimal): -9844684 or 3459177. OLE color: 3459177.

HSL color Cylindrical-coordinate representation of color #69C834: hue angle of 98.51º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #69C834 is Cyan = 0.48, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.22.

Color convert

RGB10520052-
CMYK0.4800.740.22
HSL98.51º58.73%49.41%-
HSV(B)98.51º74%78.43%-
XYZ27.144.5610.42-
YUV154.7270.0392.53-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.41%
GREEN value IS 200 (78.52% from 255) = 56.02%
BLUE value IS 52 (20.70% from 255) = 14.57%
R=29.41%
G=56.02%
B=14.57%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal105200520.4800.740.2298.5158.7349.41
Hex69C8343004A16633b31
Octal15131064600112261437361
Binary11010011100100011010011000001001010101101100011111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69C834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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