Html Css Color HEX #699B49 Apple

📋 copy color: '#699B49'

red 105 ◦ green 155 ◦ blue 73

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

Shades of Apple #699B49

Tints of Apple #699B49

RGB

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

 GREEN value IS 155 (60.94% from 255) = 46.55%

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

R = 31.53%
G = 46.55%
B = 21.92%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.53

 K value IS 0.39

RGB Variations

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

Color information

#699B49 (or 0x699B49) is known color: Apple. HEX triplet: 69, 9B and 49. RGB value is (105,155,73). Sum of RGB (Red+Green+Blue) = 105+155+73=333 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.53% from 333); Green value is 155 (60.94% from 255 or 46.55% from 333); Blue value is 73 (28.91% from 255 or 21.92% from 333); Max value from RGB is 155 - color contains mainly: green. Hex color #699B49 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #699B49 is #9664B6. Grayscale: #828282. Windows color (decimal): -9856183 or 4823913. OLE color: 4823913.

HSL color Cylindrical-coordinate representation of color #699B49: hue angle of 96.59º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #699B49 is Cyan = 0.32, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.39.

Color convert

RGB 105 155 73 -
CMYK 0.32 0 0.53 0.39
HSL 96.59º 0.36% 0.45% -
HSV(B) 96.59º 0.53% 0.61% -
XYZ 18.75 26.93 10.51 -
YUV 130.7 95.44 109.67 -
System Red Green Blue C M Y K H S L
Decimal 105 155 73 0.32 0 0.53 0.39 96.59 0.36 0.45
Hex 69 9B 49 20 0 35 27 61 24 2D
Octal 151 233 111 40 0 65 47 141 44 55
Binary 1101001 10011011 1001001 100000 0 110101 100111 1100001 100100 101101

Color Harmonies of #699B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699B49

Black with #699B49

Text Example


Text Example

White with #699B49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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