#69BF3A

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

Shades of Apple #69BF3A

Tints of Apple #69BF3A

Color information

#69BF3A (or 0x69BF3A) is unknown color: approx Apple. HEX triplet: 69, BF and 3A. RGB value is (105,191,58). Sum of RGB (Red+Green+Blue) = 105+191+58=354 (46% of max value = 765). Red value is 105 (41.41% from 255 or 29.66% from 354); Green value is 191 (75% from 255 or 53.95% from 354); Blue value is 58 (23.05% from 255 or 16.38% from 354); Max value from RGB is 191 - color contains mainly: green. Hex color #69BF3A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69BF3A is #9640C5. Grayscale: #969696. Windows color (decimal): -9846982 or 3850089. OLE color: 3850089.

HSL color Cylindrical-coordinate representation of color #69BF3A: hue angle of 98.8º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #69BF3A is Cyan = 0.45, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.25.

Color convert

RGB10519158-
CMYK0.4500.700.25
HSL98.8º53.41%48.82%-
HSV(B)98.8º69.63%74.9%-
XYZ25.2240.5710.5-
YUV150.1276.0195.81-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.66%
GREEN value IS 191 (75% from 255) = 53.95%
BLUE value IS 58 (23.05% from 255) = 16.38%
R=29.66%
G=53.95%
B=16.38%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal105191580.4500.700.2598.853.4148.82
Hex69BF3A2D04619633531
Octal15127772550106311436561
Binary11010011011111111101010110101000110110011100011110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69BF3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,191,58); }

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

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

 a { background-color: rgb(105,191,58); }

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

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

 span { border-color: rgb(105,191,58); }

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