Html Css Color HEX #699E3F Apple

📋 copy color: '#699E3F'

red 105 ◦ green 158 ◦ blue 63

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

Shades of Apple #699E3F

Tints of Apple #699E3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 19.33%

R = 32.21%
G = 48.47%
B = 19.33%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.60

 K value IS 0.38

RGB Variations

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

Color information

#699E3F (or 0x699E3F) is known color: Apple. HEX triplet: 69, 9E and 3F. RGB value is (105,158,63). Sum of RGB (Red+Green+Blue) = 105+158+63=326 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.21% from 326); Green value is 158 (62.11% from 255 or 48.47% from 326); Blue value is 63 (25% from 255 or 19.33% from 326); Max value from RGB is 158 - color contains mainly: green. Hex color #699E3F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #699E3F is #9661C0. Grayscale: #838383. Windows color (decimal): -9855425 or 4169321. OLE color: 4169321.

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

Color convert

RGB 105 158 63 -
CMYK 0.34 0 0.60 0.38
HSL 93.47º 0.43% 0.43% -
HSV(B) 93.47º 0.6% 0.62% -
XYZ 18.95 27.82 9.07 -
YUV 131.32 89.44 109.22 -
System Red Green Blue C M Y K H S L
Decimal 105 158 63 0.34 0 0.60 0.38 93.47 0.43 0.43
Hex 69 9E 3F 22 0 3C 26 5D 2B 2B
Octal 151 236 77 42 0 74 46 135 53 53
Binary 1101001 10011110 111111 100010 0 111100 100110 1011101 101011 101011

Color Harmonies of #699E3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699E3F

Black with #699E3F

Text Example


Text Example

White with #699E3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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