Html Css Color HEX #69B746 Apple

📋 copy color: '#69B746'

red 105 ◦ green 183 ◦ blue 70

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

Shades of Apple #69B746

Tints of Apple #69B746

RGB

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

 GREEN value IS 183 (71.88% from 255) = 51.12%

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

R = 29.33%
G = 51.12%
B = 19.55%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.62

 K value IS 0.28

RGB Variations

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

Color information

#69B746 (or 0x69B746) is known color: Apple. HEX triplet: 69, B7 and 46. RGB value is (105,183,70). Sum of RGB (Red+Green+Blue) = 105+183+70=358 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.33% from 358); Green value is 183 (71.88% from 255 or 51.12% from 358); Blue value is 70 (27.73% from 255 or 19.55% from 358); Max value from RGB is 183 - color contains mainly: green. Hex color #69B746 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69B746 is #9648B9. Grayscale: #939393. Windows color (decimal): -9849018 or 4634473. OLE color: 4634473.

HSL color Cylindrical-coordinate representation of color #69B746: hue angle of 101.42º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #69B746 is Cyan = 0.43, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.28.

Color convert

RGB 105 183 70 -
CMYK 0.43 0 0.62 0.28
HSL 101.42º 0.45% 0.5% -
HSV(B) 101.42º 0.62% 0.72% -
XYZ 23.86 37.31 11.74 -
YUV 146.8 84.66 98.19 -
System Red Green Blue C M Y K H S L
Decimal 105 183 70 0.43 0 0.62 0.28 101.42 0.45 0.5
Hex 69 B7 46 2B 0 3E 1C 65 2D 32
Octal 151 267 106 53 0 76 34 145 55 62
Binary 1101001 10110111 1000110 101011 0 111110 11100 1100101 101101 110010

Color Harmonies of #69B746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69B746

Black with #69B746

Text Example


Text Example

White with #69B746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69B746; }

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

 H1.HeaderClassName
 {
   color: #69B746;
 }
 .AnyTagClassName
 {
   color: #69B746;
 }
</style>

background-color css

<style>
 a { background-color: #69B746; }

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

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

border-color css

<style>
 span { border-color: #69B746; }

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

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