Html Css Color HEX #699E49 Apple

📋 copy color: '#699E49'

red 105 ◦ green 158 ◦ blue 73

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

Shades of Apple #699E49

Tints of Apple #699E49

RGB

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

 GREEN value IS 158 (62.11% from 255) = 47.02%

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

R = 31.25%
G = 47.02%
B = 21.73%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.54

 K value IS 0.38

RGB Variations

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

Color information

#699E49 (or 0x699E49) is known color: Apple. HEX triplet: 69, 9E and 49. RGB value is (105,158,73). Sum of RGB (Red+Green+Blue) = 105+158+73=336 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.25% from 336); Green value is 158 (62.11% from 255 or 47.02% from 336); Blue value is 73 (28.91% from 255 or 21.73% from 336); Max value from RGB is 158 - color contains mainly: green. Hex color #699E49 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #699E49 is #9661B6. Grayscale: #848484. Windows color (decimal): -9855415 or 4824681. OLE color: 4824681.

HSL color Cylindrical-coordinate representation of color #699E49: hue angle of 97.41º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #699E49 is Cyan = 0.34, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.38.

Color convert

RGB 105 158 73 -
CMYK 0.34 0 0.54 0.38
HSL 97.41º 0.37% 0.45% -
HSV(B) 97.41º 0.54% 0.62% -
XYZ 19.26 27.94 10.68 -
YUV 132.46 94.44 108.41 -
System Red Green Blue C M Y K H S L
Decimal 105 158 73 0.34 0 0.54 0.38 97.41 0.37 0.45
Hex 69 9E 49 22 0 36 26 61 25 2D
Octal 151 236 111 42 0 66 46 141 45 55
Binary 1101001 10011110 1001001 100010 0 110110 100110 1100001 100101 101101

Color Harmonies of #699E49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699E49

Black with #699E49

Text Example


Text Example

White with #699E49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699E49; }

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

 H1.HeaderClassName
 {
   color: #699E49;
 }
 .AnyTagClassName
 {
   color: #699E49;
 }
</style>

background-color css

<style>
 a { background-color: #699E49; }

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

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

border-color css

<style>
 span { border-color: #699E49; }

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

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