Html Css Color HEX #69AD38 Apple

📋 copy color: '#69AD38'

red 105 ◦ green 173 ◦ blue 56

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

Shades of Apple #69AD38

Tints of Apple #69AD38

RGB

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

 GREEN value IS 173 (67.97% from 255) = 51.8%

 BLUE value IS 56 (22.27% from 255) = 16.77%

R = 31.44%
G = 51.8%
B = 16.77%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.68

 K value IS 0.32

RGB Variations

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

Color information

#69AD38 (or 0x69AD38) is known color: Apple. HEX triplet: 69, AD and 38. RGB value is (105,173,56). Sum of RGB (Red+Green+Blue) = 105+173+56=334 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.44% from 334); Green value is 173 (67.97% from 255 or 51.80% from 334); Blue value is 56 (22.27% from 255 or 16.77% from 334); Max value from RGB is 173 - color contains mainly: green. Hex color #69AD38 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #69AD38 is #9652C7. Grayscale: #8B8B8B. Windows color (decimal): -9851592 or 3714409. OLE color: 3714409.

HSL color Cylindrical-coordinate representation of color #69AD38: hue angle of 94.87º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #69AD38 is Cyan = 0.39, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.32.

Color convert

RGB 105 173 56 -
CMYK 0.39 0 0.68 0.32
HSL 94.87º 0.51% 0.45% -
HSV(B) 94.87º 0.68% 0.68% -
XYZ 21.48 33.18 9.01 -
YUV 139.33 80.97 103.51 -
System Red Green Blue C M Y K H S L
Decimal 105 173 56 0.39 0 0.68 0.32 94.87 0.51 0.45
Hex 69 AD 38 27 0 44 20 5F 33 2D
Octal 151 255 70 47 0 104 40 137 63 55
Binary 1101001 10101101 111000 100111 0 1000100 100000 1011111 110011 101101

Color Harmonies of #69AD38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69AD38

Black with #69AD38

Text Example


Text Example

White with #69AD38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,173,56); }

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

background-color css

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

 a { background-color: rgb(105,173,56); }

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

border-color css

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

 span { border-color: rgb(105,173,56); }

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