Html Css Color HEX #69B749 Apple

📋 copy color: '#69B749'

red 105 ◦ green 183 ◦ blue 73

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

Shades of Apple #69B749

Tints of Apple #69B749

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 20.22%

R = 29.09%
G = 50.69%
B = 20.22%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.60

 K value IS 0.28

RGB Variations

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

Color information

#69B749 (or 0x69B749) is known color: Apple. HEX triplet: 69, B7 and 49. RGB value is (105,183,73). Sum of RGB (Red+Green+Blue) = 105+183+73=361 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.09% from 361); Green value is 183 (71.88% from 255 or 50.69% from 361); Blue value is 73 (28.91% from 255 or 20.22% from 361); Max value from RGB is 183 - color contains mainly: green. Hex color #69B749 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #69B749 is #9648B6. Grayscale: #939393. Windows color (decimal): -9849015 or 4831081. OLE color: 4831081.

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

Color convert

RGB 105 183 73 -
CMYK 0.43 0 0.60 0.28
HSL 102.55º 0.43% 0.5% -
HSV(B) 102.55º 0.6% 0.72% -
XYZ 23.96 37.35 12.25 -
YUV 147.14 86.16 97.94 -
System Red Green Blue C M Y K H S L
Decimal 105 183 73 0.43 0 0.60 0.28 102.55 0.43 0.5
Hex 69 B7 49 2B 0 3C 1C 67 2B 32
Octal 151 267 111 53 0 74 34 147 53 62
Binary 1101001 10110111 1001001 101011 0 111100 11100 1100111 101011 110010

Color Harmonies of #69B749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69B749

Black with #69B749

Text Example


Text Example

White with #69B749

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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