Html Css Color HEX #699D4E Apple

📋 copy color: '#699D4E'

red 105 ◦ green 157 ◦ blue 78

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

Shades of Apple #699D4E

Tints of Apple #699D4E

RGB

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

 GREEN value IS 157 (61.72% from 255) = 46.18%

 BLUE value IS 78 (30.86% from 255) = 22.94%

R = 30.88%
G = 46.18%
B = 22.94%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.50

 K value IS 0.38

RGB Variations

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

Color information

#699D4E (or 0x699D4E) is known color: Apple. HEX triplet: 69, 9D and 4E. RGB value is (105,157,78). Sum of RGB (Red+Green+Blue) = 105+157+78=340 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.88% from 340); Green value is 157 (61.72% from 255 or 46.18% from 340); Blue value is 78 (30.86% from 255 or 22.94% from 340); Max value from RGB is 157 - color contains mainly: green. Hex color #699D4E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699D4E is #9662B1. Grayscale: #848484. Windows color (decimal): -9855666 or 5152105. OLE color: 5152105.

HSL color Cylindrical-coordinate representation of color #699D4E: hue angle of 99.49º degrees, saturation: 0.34, 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 #699D4E is Cyan = 0.33, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.38.

Color convert

RGB 105 157 78 -
CMYK 0.33 0 0.50 0.38
HSL 99.49º 0.34% 0.46% -
HSV(B) 99.49º 0.5% 0.62% -
XYZ 19.26 27.67 11.53 -
YUV 132.45 97.27 108.42 -
System Red Green Blue C M Y K H S L
Decimal 105 157 78 0.33 0 0.50 0.38 99.49 0.34 0.46
Hex 69 9D 4E 21 0 32 26 63 22 2E
Octal 151 235 116 41 0 62 46 143 42 56
Binary 1101001 10011101 1001110 100001 0 110010 100110 1100011 100010 101110

Color Harmonies of #699D4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699D4E

Black with #699D4E

Text Example


Text Example

White with #699D4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,157,78); }

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

background-color css

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

 a { background-color: rgb(105,157,78); }

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

border-color css

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

 span { border-color: rgb(105,157,78); }

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