Html Css Color HEX #699F4F Apple

📋 copy color: '#699F4F'

red 105 ◦ green 159 ◦ blue 79

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

Shades of Apple #699F4F

Tints of Apple #699F4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 23.03%

R = 30.61%
G = 46.36%
B = 23.03%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.50

 K value IS 0.38

RGB Variations

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

Color information

#699F4F (or 0x699F4F) is known color: Apple. HEX triplet: 69, 9F and 4F. RGB value is (105,159,79). Sum of RGB (Red+Green+Blue) = 105+159+79=343 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.61% from 343); Green value is 159 (62.5% from 255 or 46.36% from 343); Blue value is 79 (31.25% from 255 or 23.03% from 343); Max value from RGB is 159 - color contains mainly: green. Hex color #699F4F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699F4F is #9660B0. Grayscale: #868686. Windows color (decimal): -9855153 or 5218153. OLE color: 5218153.

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

Color convert

RGB 105 159 79 -
CMYK 0.34 0 0.50 0.38
HSL 100.5º 0.34% 0.47% -
HSV(B) 100.5º 0.5% 0.62% -
XYZ 19.64 28.36 11.84 -
YUV 133.73 97.11 107.5 -
System Red Green Blue C M Y K H S L
Decimal 105 159 79 0.34 0 0.50 0.38 100.5 0.34 0.47
Hex 69 9F 4F 22 0 32 26 64 22 2F
Octal 151 237 117 42 0 62 46 144 42 57
Binary 1101001 10011111 1001111 100010 0 110010 100110 1100100 100010 101111

Color Harmonies of #699F4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699F4F

Black with #699F4F

Text Example


Text Example

White with #699F4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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