Html Css Color HEX #69B75D Apple

📋 copy color: '#69B75D'

red 105 ◦ green 183 ◦ blue 93

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

Shades of Apple #69B75D

Tints of Apple #69B75D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 24.41%

R = 27.56%
G = 48.03%
B = 24.41%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.49

 K value IS 0.28

RGB Variations

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

Color information

#69B75D (or 0x69B75D) is known color: Apple. HEX triplet: 69, B7 and 5D. RGB value is (105,183,93). Sum of RGB (Red+Green+Blue) = 105+183+93=381 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.56% from 381); Green value is 183 (71.88% from 255 or 48.03% from 381); Blue value is 93 (36.72% from 255 or 24.41% from 381); Max value from RGB is 183 - color contains mainly: green. Hex color #69B75D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69B75D is #9648A2. Grayscale: #959595. Windows color (decimal): -9848995 or 6141801. OLE color: 6141801.

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

Color convert

RGB 105 183 93 -
CMYK 0.43 0 0.49 0.28
HSL 112º 0.38% 0.54% -
HSV(B) 112º 0.49% 0.72% -
XYZ 24.73 37.66 16.32 -
YUV 149.42 96.16 96.32 -
System Red Green Blue C M Y K H S L
Decimal 105 183 93 0.43 0 0.49 0.28 112 0.38 0.54
Hex 69 B7 5D 2B 0 31 1C 70 26 36
Octal 151 267 135 53 0 61 34 160 46 66
Binary 1101001 10110111 1011101 101011 0 110001 11100 1110000 100110 110110

Color Harmonies of #69B75D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69B75D

Black with #69B75D

Text Example


Text Example

White with #69B75D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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