Html Css Color HEX #699D50 Apple

📋 copy color: '#699D50'

red 105 ◦ green 157 ◦ blue 80

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

Shades of Apple #699D50

Tints of Apple #699D50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 23.39%

R = 30.7%
G = 45.91%
B = 23.39%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.49

 K value IS 0.38

RGB Variations

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

Color information

#699D50 (or 0x699D50) is known color: Apple. HEX triplet: 69, 9D and 50. RGB value is (105,157,80). Sum of RGB (Red+Green+Blue) = 105+157+80=342 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.70% from 342); Green value is 157 (61.72% from 255 or 45.91% from 342); Blue value is 80 (31.64% from 255 or 23.39% from 342); Max value from RGB is 157 - color contains mainly: green. Hex color #699D50 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699D50 is #9662AF. Grayscale: #848484. Windows color (decimal): -9855664 or 5283177. OLE color: 5283177.

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

Color convert

RGB 105 157 80 -
CMYK 0.33 0 0.49 0.38
HSL 100.52º 0.32% 0.46% -
HSV(B) 100.52º 0.49% 0.62% -
XYZ 19.33 27.7 11.92 -
YUV 132.67 98.27 108.26 -
System Red Green Blue C M Y K H S L
Decimal 105 157 80 0.33 0 0.49 0.38 100.52 0.32 0.46
Hex 69 9D 50 21 0 31 26 65 20 2E
Octal 151 235 120 41 0 61 46 145 40 56
Binary 1101001 10011101 1010000 100001 0 110001 100110 1100101 100000 101110

Color Harmonies of #699D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699D50

Black with #699D50

Text Example


Text Example

White with #699D50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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