Html Css Color HEX #699E4F Apple

📋 copy color: '#699E4F'

red 105 ◦ green 158 ◦ blue 79

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

Shades of Apple #699E4F

Tints of Apple #699E4F

RGB

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

 GREEN value IS 158 (62.11% from 255) = 46.2%

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

R = 30.7%
G = 46.2%
B = 23.1%

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

#699E4F (or 0x699E4F) is known color: Apple. HEX triplet: 69, 9E and 4F. RGB value is (105,158,79). Sum of RGB (Red+Green+Blue) = 105+158+79=342 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.70% from 342); Green value is 158 (62.11% from 255 or 46.20% from 342); Blue value is 79 (31.25% from 255 or 23.10% from 342); Max value from RGB is 158 - color contains mainly: green. Hex color #699E4F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699E4F is #9661B0. Grayscale: #858585. Windows color (decimal): -9855409 or 5217897. OLE color: 5217897.

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

Color convert

RGB 105 158 79 -
CMYK 0.34 0 0.50 0.38
HSL 100.25º 0.33% 0.46% -
HSV(B) 100.25º 0.5% 0.62% -
XYZ 19.46 28.02 11.78 -
YUV 133.15 97.44 107.92 -
System Red Green Blue C M Y K H S L
Decimal 105 158 79 0.34 0 0.50 0.38 100.25 0.33 0.46
Hex 69 9E 4F 22 0 32 26 64 21 2E
Octal 151 236 117 42 0 62 46 144 41 56
Binary 1101001 10011110 1001111 100010 0 110010 100110 1100100 100001 101110

Color Harmonies of #699E4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699E4F

Black with #699E4F

Text Example


Text Example

White with #699E4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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