Html Css Color HEX #699E55 Apple

📋 copy color: '#699E55'

red 105 ◦ green 158 ◦ blue 85

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

Shades of Apple #699E55

Tints of Apple #699E55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 24.43%

R = 30.17%
G = 45.4%
B = 24.43%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.46

 K value IS 0.38

RGB Variations

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

Color information

#699E55 (or 0x699E55) is known color: Apple. HEX triplet: 69, 9E and 55. RGB value is (105,158,85). Sum of RGB (Red+Green+Blue) = 105+158+85=348 (46% of max value = 765). Red value is 105 (41.41% from 255 or 30.17% from 348); Green value is 158 (62.11% from 255 or 45.40% from 348); Blue value is 85 (33.59% from 255 or 24.43% from 348); Max value from RGB is 158 - color contains mainly: green. Hex color #699E55 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699E55 is #9661AA. Grayscale: #868686. Windows color (decimal): -9855403 or 5611113. OLE color: 5611113.

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

Color convert

RGB 105 158 85 -
CMYK 0.34 0 0.46 0.38
HSL 103.56º 0.3% 0.48% -
HSV(B) 103.56º 0.46% 0.62% -
XYZ 19.69 28.11 12.98 -
YUV 133.83 100.44 107.44 -
System Red Green Blue C M Y K H S L
Decimal 105 158 85 0.34 0 0.46 0.38 103.56 0.3 0.48
Hex 69 9E 55 22 0 2E 26 68 1E 30
Octal 151 236 125 42 0 56 46 150 36 60
Binary 1101001 10011110 1010101 100010 0 101110 100110 1101000 11110 110000

Color Harmonies of #699E55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699E55

Black with #699E55

Text Example


Text Example

White with #699E55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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