Html Css Color HEX #69A752 Apple

📋 copy color: '#69A752'

red 105 ◦ green 167 ◦ blue 82

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

Shades of Apple #69A752

Tints of Apple #69A752

RGB

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

 GREEN value IS 167 (65.63% from 255) = 47.18%

 BLUE value IS 82 (32.42% from 255) = 23.16%

R = 29.66%
G = 47.18%
B = 23.16%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.51

 K value IS 0.35

RGB Variations

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

Color information

#69A752 (or 0x69A752) is known color: Apple. HEX triplet: 69, A7 and 52. RGB value is (105,167,82). Sum of RGB (Red+Green+Blue) = 105+167+82=354 (46% of max value = 765). Red value is 105 (41.41% from 255 or 29.66% from 354); Green value is 167 (65.62% from 255 or 47.18% from 354); Blue value is 82 (32.42% from 255 or 23.16% from 354); Max value from RGB is 167 - color contains mainly: green. Hex color #69A752 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69A752 is #9658AD. Grayscale: #8B8B8B. Windows color (decimal): -9853102 or 5416809. OLE color: 5416809.

HSL color Cylindrical-coordinate representation of color #69A752: hue angle of 103.76º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #69A752 is Cyan = 0.37, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.35.

Color convert

RGB 105 167 82 -
CMYK 0.37 0 0.51 0.35
HSL 103.76º 0.34% 0.49% -
HSV(B) 103.76º 0.51% 0.65% -
XYZ 21.17 31.25 12.9 -
YUV 138.77 95.96 103.91 -
System Red Green Blue C M Y K H S L
Decimal 105 167 82 0.37 0 0.51 0.35 103.76 0.34 0.49
Hex 69 A7 52 25 0 33 23 68 22 31
Octal 151 247 122 45 0 63 43 150 42 61
Binary 1101001 10100111 1010010 100101 0 110011 100011 1101000 100010 110001

Color Harmonies of #69A752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69A752

Black with #69A752

Text Example


Text Example

White with #69A752

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,167,82); }

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

background-color css

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

 a { background-color: rgb(105,167,82); }

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

border-color css

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

 span { border-color: rgb(105,167,82); }

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