Html Css Color HEX #69A749 Apple

📋 copy color: '#69A749'

red 105 ◦ green 167 ◦ blue 73

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

Shades of Apple #69A749

Tints of Apple #69A749

RGB

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

 GREEN value IS 167 (65.63% from 255) = 48.41%

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

R = 30.43%
G = 48.41%
B = 21.16%

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

#69A749 (or 0x69A749) is known color: Apple. HEX triplet: 69, A7 and 49. RGB value is (105,167,73). Sum of RGB (Red+Green+Blue) = 105+167+73=345 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.43% from 345); Green value is 167 (65.62% from 255 or 48.41% from 345); Blue value is 73 (28.91% from 255 or 21.16% from 345); Max value from RGB is 167 - color contains mainly: green. Hex color #69A749 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #69A749 is #9658B6. Grayscale: #8A8A8A. Windows color (decimal): -9853111 or 4826985. OLE color: 4826985.

HSL color Cylindrical-coordinate representation of color #69A749: hue angle of 99.57º 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 #69A749 is Cyan = 0.37, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.35.

Color convert

RGB 105 167 73 -
CMYK 0.37 0 0.56 0.35
HSL 99.57º 0.39% 0.47% -
HSV(B) 99.57º 0.56% 0.65% -
XYZ 20.85 31.12 11.21 -
YUV 137.75 91.46 104.64 -
System Red Green Blue C M Y K H S L
Decimal 105 167 73 0.37 0 0.56 0.35 99.57 0.39 0.47
Hex 69 A7 49 25 0 38 23 64 27 2F
Octal 151 247 111 45 0 70 43 144 47 57
Binary 1101001 10100111 1001001 100101 0 111000 100011 1100100 100111 101111

Color Harmonies of #69A749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69A749

Black with #69A749

Text Example


Text Example

White with #69A749

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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