Html Css Color HEX #699C49 Apple

📋 copy color: '#699C49'

red 105 ◦ green 156 ◦ blue 73

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

Shades of Apple #699C49

Tints of Apple #699C49

RGB

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

 GREEN value IS 156 (61.33% from 255) = 46.71%

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

R = 31.44%
G = 46.71%
B = 21.86%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.53

 K value IS 0.39

RGB Variations

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

Color information

#699C49 (or 0x699C49) is known color: Apple. HEX triplet: 69, 9C and 49. RGB value is (105,156,73). Sum of RGB (Red+Green+Blue) = 105+156+73=334 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.44% from 334); Green value is 156 (61.33% from 255 or 46.71% from 334); Blue value is 73 (28.91% from 255 or 21.86% from 334); Max value from RGB is 156 - color contains mainly: green. Hex color #699C49 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #699C49 is #9663B6. Grayscale: #838383. Windows color (decimal): -9855927 or 4824169. OLE color: 4824169.

HSL color Cylindrical-coordinate representation of color #699C49: hue angle of 96.87º 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 #699C49 is Cyan = 0.33, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.39.

Color convert

RGB 105 156 73 -
CMYK 0.33 0 0.53 0.39
HSL 96.87º 0.36% 0.45% -
HSV(B) 96.87º 0.53% 0.61% -
XYZ 18.92 27.26 10.57 -
YUV 131.29 95.1 109.25 -
System Red Green Blue C M Y K H S L
Decimal 105 156 73 0.33 0 0.53 0.39 96.87 0.36 0.45
Hex 69 9C 49 21 0 35 27 61 24 2D
Octal 151 234 111 41 0 65 47 141 44 55
Binary 1101001 10011100 1001001 100001 0 110101 100111 1100001 100100 101101

Color Harmonies of #699C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699C49

Black with #699C49

Text Example


Text Example

White with #699C49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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