Html Css Color HEX #699F4D Apple

📋 copy color: '#699F4D'

red 105 ◦ green 159 ◦ blue 77

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

Shades of Apple #699F4D

Tints of Apple #699F4D

RGB

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

 GREEN value IS 159 (62.5% from 255) = 46.63%

 BLUE value IS 77 (30.47% from 255) = 22.58%

R = 30.79%
G = 46.63%
B = 22.58%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.52

 K value IS 0.38

RGB Variations

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

Color information

#699F4D (or 0x699F4D) is known color: Apple. HEX triplet: 69, 9F and 4D. RGB value is (105,159,77). Sum of RGB (Red+Green+Blue) = 105+159+77=341 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.79% from 341); Green value is 159 (62.5% from 255 or 46.63% from 341); Blue value is 77 (30.47% from 255 or 22.58% from 341); Max value from RGB is 159 - color contains mainly: green. Hex color #699F4D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699F4D is #9660B2. Grayscale: #858585. Windows color (decimal): -9855155 or 5087081. OLE color: 5087081.

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

Color convert

RGB 105 159 77 -
CMYK 0.34 0 0.52 0.38
HSL 99.51º 0.35% 0.46% -
HSV(B) 99.51º 0.52% 0.62% -
XYZ 19.56 28.34 11.46 -
YUV 133.51 96.11 107.67 -
System Red Green Blue C M Y K H S L
Decimal 105 159 77 0.34 0 0.52 0.38 99.51 0.35 0.46
Hex 69 9F 4D 22 0 34 26 64 23 2E
Octal 151 237 115 42 0 64 46 144 43 56
Binary 1101001 10011111 1001101 100010 0 110100 100110 1100100 100011 101110

Color Harmonies of #699F4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699F4D

Black with #699F4D

Text Example


Text Example

White with #699F4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,159,77); }

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

background-color css

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

 a { background-color: rgb(105,159,77); }

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

border-color css

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

 span { border-color: rgb(105,159,77); }

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