Html Css Color HEX #69BE4D Apple

📋 copy color: '#69BE4D'

red 105 ◦ green 190 ◦ blue 77

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

Shades of Apple #69BE4D

Tints of Apple #69BE4D

RGB

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

 GREEN value IS 190 (74.61% from 255) = 51.08%

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

R = 28.23%
G = 51.08%
B = 20.7%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.59

 K value IS 0.25

RGB Variations

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

Color information

#69BE4D (or 0x69BE4D) is known color: Apple. HEX triplet: 69, BE and 4D. RGB value is (105,190,77). Sum of RGB (Red+Green+Blue) = 105+190+77=372 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.23% from 372); Green value is 190 (74.61% from 255 or 51.08% from 372); Blue value is 77 (30.47% from 255 or 20.70% from 372); Max value from RGB is 190 - color contains mainly: green. Hex color #69BE4D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69BE4D is #9641B2. Grayscale: #989898. Windows color (decimal): -9847219 or 5095017. OLE color: 5095017.

HSL color Cylindrical-coordinate representation of color #69BE4D: hue angle of 105.13º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #69BE4D is Cyan = 0.45, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.25.

Color convert

RGB 105 190 77 -
CMYK 0.45 0 0.59 0.25
HSL 105.13º 0.47% 0.52% -
HSV(B) 105.13º 0.59% 0.75% -
XYZ 25.58 40.37 13.46 -
YUV 151.7 85.84 94.69 -
System Red Green Blue C M Y K H S L
Decimal 105 190 77 0.45 0 0.59 0.25 105.13 0.47 0.52
Hex 69 BE 4D 2D 0 3B 19 69 2F 34
Octal 151 276 115 55 0 73 31 151 57 64
Binary 1101001 10111110 1001101 101101 0 111011 11001 1101001 101111 110100

Color Harmonies of #69BE4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69BE4D

Black with #69BE4D

Text Example


Text Example

White with #69BE4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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