Html Css Color HEX #699B42 Apple

📋 copy color: '#699B42'

red 105 ◦ green 155 ◦ blue 66

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

Shades of Apple #699B42

Tints of Apple #699B42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 20.25%

R = 32.21%
G = 47.55%
B = 20.25%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.57

 K value IS 0.39

RGB Variations

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

Color information

#699B42 (or 0x699B42) is known color: Apple. HEX triplet: 69, 9B and 42. RGB value is (105,155,66). Sum of RGB (Red+Green+Blue) = 105+155+66=326 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.21% from 326); Green value is 155 (60.94% from 255 or 47.55% from 326); Blue value is 66 (26.17% from 255 or 20.25% from 326); Max value from RGB is 155 - color contains mainly: green. Hex color #699B42 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #699B42 is #9664BD. Grayscale: #828282. Windows color (decimal): -9856190 or 4365161. OLE color: 4365161.

HSL color Cylindrical-coordinate representation of color #699B42: hue angle of 93.71º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #699B42 is Cyan = 0.32, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.39.

Color convert

RGB 105 155 66 -
CMYK 0.32 0 0.57 0.39
HSL 93.71º 0.4% 0.43% -
HSV(B) 93.71º 0.57% 0.61% -
XYZ 18.53 26.84 9.36 -
YUV 129.9 91.94 110.24 -
System Red Green Blue C M Y K H S L
Decimal 105 155 66 0.32 0 0.57 0.39 93.71 0.4 0.43
Hex 69 9B 42 20 0 39 27 5E 28 2B
Octal 151 233 102 40 0 71 47 136 50 53
Binary 1101001 10011011 1000010 100000 0 111001 100111 1011110 101000 101011

Color Harmonies of #699B42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699B42

Black with #699B42

Text Example


Text Example

White with #699B42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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