Html Css Color HEX #69A649 Apple

📋 copy color: '#69A649'

red 105 ◦ green 166 ◦ blue 73

#69A649
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Apple #69A649

Tints of Apple #69A649

RGB

 RED value IS 105 (41.41% from 255) = 30.52%

 GREEN value IS 166 (65.23% from 255) = 48.26%

 BLUE value IS 73 (28.91% from 255) = 21.22%

R = 30.52%
G = 48.26%
B = 21.22%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.56

 K value IS 0.35

RGB Variations

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

Color information

#69A649 (or 0x69A649) is known color: Apple. HEX triplet: 69, A6 and 49. RGB value is (105,166,73). Sum of RGB (Red+Green+Blue) = 105+166+73=344 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.52% from 344); Green value is 166 (65.23% from 255 or 48.26% from 344); Blue value is 73 (28.91% from 255 or 21.22% from 344); Max value from RGB is 166 - color contains mainly: green. Hex color #69A649 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #69A649 is #9659B6. Grayscale: #898989. Windows color (decimal): -9853367 or 4826729. OLE color: 4826729.

HSL color Cylindrical-coordinate representation of color #69A649: hue angle of 99.35º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #69A649 is Cyan = 0.37, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.35.

Color convert

RGB 105 166 73 -
CMYK 0.37 0 0.56 0.35
HSL 99.35º 0.39% 0.47% -
HSV(B) 99.35º 0.56% 0.65% -
XYZ 20.66 30.76 11.15 -
YUV 137.16 91.79 105.06 -
System Red Green Blue C M Y K H S L
Decimal 105 166 73 0.37 0 0.56 0.35 99.35 0.39 0.47
Hex 69 A6 49 25 0 38 23 63 27 2F
Octal 151 246 111 45 0 70 43 143 47 57
Binary 1101001 10100110 1001001 100101 0 111000 100011 1100011 100111 101111

Color Harmonies of #69A649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69A649

Black with #69A649

Text Example


Text Example

White with #69A649

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,166,73); }

 H1.HeaderClassName
 {
   color: #69A649;
 }
 .AnyTagClassName
 {
   color: #69A649;
 }
</style>

background-color css

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

 a { background-color: rgb(105,166,73); }

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

border-color css

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

 span { border-color: rgb(105,166,73); }

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