Html Css Color HEX #699B46 Apple

📋 copy color: '#699B46'

red 105 ◦ green 155 ◦ blue 70

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

Shades of Apple #699B46

Tints of Apple #699B46

RGB

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

 GREEN value IS 155 (60.94% from 255) = 46.97%

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

R = 31.82%
G = 46.97%
B = 21.21%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.55

 K value IS 0.39

RGB Variations

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

Color information

#699B46 (or 0x699B46) is known color: Apple. HEX triplet: 69, 9B and 46. RGB value is (105,155,70). Sum of RGB (Red+Green+Blue) = 105+155+70=330 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.82% from 330); Green value is 155 (60.94% from 255 or 46.97% from 330); Blue value is 70 (27.73% from 255 or 21.21% from 330); Max value from RGB is 155 - color contains mainly: green. Hex color #699B46 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #699B46 is #9664B9. Grayscale: #828282. Windows color (decimal): -9856186 or 4627305. OLE color: 4627305.

HSL color Cylindrical-coordinate representation of color #699B46: hue angle of 95.29º 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 #699B46 is Cyan = 0.32, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.39.

Color convert

RGB 105 155 70 -
CMYK 0.32 0 0.55 0.39
HSL 95.29º 0.38% 0.44% -
HSV(B) 95.29º 0.55% 0.61% -
XYZ 18.65 26.89 10 -
YUV 130.36 93.94 109.91 -
System Red Green Blue C M Y K H S L
Decimal 105 155 70 0.32 0 0.55 0.39 95.29 0.38 0.44
Hex 69 9B 46 20 0 37 27 5F 26 2C
Octal 151 233 106 40 0 67 47 137 46 54
Binary 1101001 10011011 1000110 100000 0 110111 100111 1011111 100110 101100

Color Harmonies of #699B46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699B46

Black with #699B46

Text Example


Text Example

White with #699B46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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