Html Css Color HEX #699F47 Apple

📋 copy color: '#699F47'

red 105 ◦ green 159 ◦ blue 71

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

Shades of Apple #699F47

Tints of Apple #699F47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 21.19%

R = 31.34%
G = 47.46%
B = 21.19%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.55

 K value IS 0.38

RGB Variations

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

Color information

#699F47 (or 0x699F47) is known color: Apple. HEX triplet: 69, 9F and 47. RGB value is (105,159,71). Sum of RGB (Red+Green+Blue) = 105+159+71=335 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.34% from 335); Green value is 159 (62.5% from 255 or 47.46% from 335); Blue value is 71 (28.12% from 255 or 21.19% from 335); Max value from RGB is 159 - color contains mainly: green. Hex color #699F47 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #699F47 is #9660B8. Grayscale: #858585. Windows color (decimal): -9855161 or 4693865. OLE color: 4693865.

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

Color convert

RGB 105 159 71 -
CMYK 0.34 0 0.55 0.38
HSL 96.82º 0.38% 0.45% -
HSV(B) 96.82º 0.55% 0.62% -
XYZ 19.36 28.25 10.39 -
YUV 132.82 93.11 108.16 -
System Red Green Blue C M Y K H S L
Decimal 105 159 71 0.34 0 0.55 0.38 96.82 0.38 0.45
Hex 69 9F 47 22 0 37 26 61 26 2D
Octal 151 237 107 42 0 67 46 141 46 55
Binary 1101001 10011111 1000111 100010 0 110111 100110 1100001 100110 101101

Color Harmonies of #699F47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699F47

Black with #699F47

Text Example


Text Example

White with #699F47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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