Html Css Color HEX #699C46 Apple

📋 copy color: '#699C46'

red 105 ◦ green 156 ◦ blue 70

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

Shades of Apple #699C46

Tints of Apple #699C46

RGB

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

 GREEN value IS 156 (61.33% from 255) = 47.13%

 BLUE value IS 70 (27.73% from 255) = 21.15%

R = 31.72%
G = 47.13%
B = 21.15%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.55

 K value IS 0.39

RGB Variations

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

Color information

#699C46 (or 0x699C46) is known color: Apple. HEX triplet: 69, 9C and 46. RGB value is (105,156,70). Sum of RGB (Red+Green+Blue) = 105+156+70=331 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.72% from 331); Green value is 156 (61.33% from 255 or 47.13% from 331); Blue value is 70 (27.73% from 255 or 21.15% from 331); Max value from RGB is 156 - color contains mainly: green. Hex color #699C46 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #699C46 is #9663B9. Grayscale: #838383. Windows color (decimal): -9855930 or 4627561. OLE color: 4627561.

HSL color Cylindrical-coordinate representation of color #699C46: hue angle of 95.58º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #699C46 is Cyan = 0.33, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.39.

Color convert

RGB 105 156 70 -
CMYK 0.33 0 0.55 0.39
HSL 95.58º 0.38% 0.44% -
HSV(B) 95.58º 0.55% 0.61% -
XYZ 18.82 27.22 10.06 -
YUV 130.95 93.6 109.49 -
System Red Green Blue C M Y K H S L
Decimal 105 156 70 0.33 0 0.55 0.39 95.58 0.38 0.44
Hex 69 9C 46 21 0 37 27 60 26 2C
Octal 151 234 106 41 0 67 47 140 46 54
Binary 1101001 10011100 1000110 100001 0 110111 100111 1100000 100110 101100

Color Harmonies of #699C46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699C46

Black with #699C46

Text Example


Text Example

White with #699C46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,156,70); }

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

background-color css

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

 a { background-color: rgb(105,156,70); }

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

border-color css

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

 span { border-color: rgb(105,156,70); }

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