Html Css Color HEX #69B84D Apple

📋 copy color: '#69B84D'

red 105 ◦ green 184 ◦ blue 77

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

Shades of Apple #69B84D

Tints of Apple #69B84D

RGB

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

 GREEN value IS 184 (72.27% from 255) = 50.27%

 BLUE value IS 77 (30.47% from 255) = 21.04%

R = 28.69%
G = 50.27%
B = 21.04%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.58

 K value IS 0.28

RGB Variations

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

Color information

#69B84D (or 0x69B84D) is known color: Apple. HEX triplet: 69, B8 and 4D. RGB value is (105,184,77). Sum of RGB (Red+Green+Blue) = 105+184+77=366 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.69% from 366); Green value is 184 (72.27% from 255 or 50.27% from 366); Blue value is 77 (30.47% from 255 or 21.04% from 366); Max value from RGB is 184 - color contains mainly: green. Hex color #69B84D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69B84D is #9647B2. Grayscale: #949494. Windows color (decimal): -9848755 or 5093481. OLE color: 5093481.

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

Color convert

RGB 105 184 77 -
CMYK 0.43 0 0.58 0.28
HSL 104.3º 0.43% 0.51% -
HSV(B) 104.3º 0.58% 0.72% -
XYZ 24.31 37.82 13.04 -
YUV 148.18 87.83 97.2 -
System Red Green Blue C M Y K H S L
Decimal 105 184 77 0.43 0 0.58 0.28 104.3 0.43 0.51
Hex 69 B8 4D 2B 0 3A 1C 68 2B 33
Octal 151 270 115 53 0 72 34 150 53 63
Binary 1101001 10111000 1001101 101011 0 111010 11100 1101000 101011 110011

Color Harmonies of #69B84D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69B84D

Black with #69B84D

Text Example


Text Example

White with #69B84D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,184,77); }

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

background-color css

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

 a { background-color: rgb(105,184,77); }

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

border-color css

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

 span { border-color: rgb(105,184,77); }

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