Html Css Color HEX #69A449 Apple

📋 copy color: '#69A449'

red 105 ◦ green 164 ◦ blue 73

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

Shades of Apple #69A449

Tints of Apple #69A449

RGB

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

 GREEN value IS 164 (64.45% from 255) = 47.95%

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

R = 30.7%
G = 47.95%
B = 21.35%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.55

 K value IS 0.36

RGB Variations

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

Color information

#69A449 (or 0x69A449) is known color: Apple. HEX triplet: 69, A4 and 49. RGB value is (105,164,73). Sum of RGB (Red+Green+Blue) = 105+164+73=342 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.70% from 342); Green value is 164 (64.45% from 255 or 47.95% from 342); Blue value is 73 (28.91% from 255 or 21.35% from 342); Max value from RGB is 164 - color contains mainly: green. Hex color #69A449 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #69A449 is #965BB6. Grayscale: #888888. Windows color (decimal): -9853879 or 4826217. OLE color: 4826217.

HSL color Cylindrical-coordinate representation of color #69A449: hue angle of 98.9º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #69A449 is Cyan = 0.36, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.36.

Color convert

RGB 105 164 73 -
CMYK 0.36 0 0.55 0.36
HSL 98.9º 0.38% 0.46% -
HSV(B) 98.9º 0.55% 0.64% -
XYZ 20.3 30.04 11.03 -
YUV 135.99 92.45 105.9 -
System Red Green Blue C M Y K H S L
Decimal 105 164 73 0.36 0 0.55 0.36 98.9 0.38 0.46
Hex 69 A4 49 24 0 37 24 63 26 2E
Octal 151 244 111 44 0 67 44 143 46 56
Binary 1101001 10100100 1001001 100100 0 110111 100100 1100011 100110 101110

Color Harmonies of #69A449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69A449

Black with #69A449

Text Example


Text Example

White with #69A449

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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