Html Css Color HEX #699E48 Apple

📋 copy color: '#699E48'

red 105 ◦ green 158 ◦ blue 72

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

Shades of Apple #699E48

Tints of Apple #699E48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 21.49%

R = 31.34%
G = 47.16%
B = 21.49%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.54

 K value IS 0.38

RGB Variations

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

Color information

#699E48 (or 0x699E48) is known color: Apple. HEX triplet: 69, 9E and 48. RGB value is (105,158,72). Sum of RGB (Red+Green+Blue) = 105+158+72=335 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.34% from 335); Green value is 158 (62.11% from 255 or 47.16% from 335); Blue value is 72 (28.52% from 255 or 21.49% from 335); Max value from RGB is 158 - color contains mainly: green. Hex color #699E48 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #699E48 is #9661B7. Grayscale: #848484. Windows color (decimal): -9855416 or 4759145. OLE color: 4759145.

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

Color convert

RGB 105 158 72 -
CMYK 0.34 0 0.54 0.38
HSL 96.98º 0.37% 0.45% -
HSV(B) 96.98º 0.54% 0.62% -
XYZ 19.22 27.92 10.51 -
YUV 132.35 93.94 108.49 -
System Red Green Blue C M Y K H S L
Decimal 105 158 72 0.34 0 0.54 0.38 96.98 0.37 0.45
Hex 69 9E 48 22 0 36 26 61 25 2D
Octal 151 236 110 42 0 66 46 141 45 55
Binary 1101001 10011110 1001000 100010 0 110110 100110 1100001 100101 101101

Color Harmonies of #699E48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699E48

Black with #699E48

Text Example


Text Example

White with #699E48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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