Html Css Color HEX #68A950 Apple

📋 copy color: '#68A950'

red 104 ◦ green 169 ◦ blue 80

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

Shades of Apple #68A950

Tints of Apple #68A950

RGB

 RED value IS 104 (41.02% from 255) = 29.46%

 GREEN value IS 169 (66.41% from 255) = 47.88%

 BLUE value IS 80 (31.64% from 255) = 22.66%

R = 29.46%
G = 47.88%
B = 22.66%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.53

 K value IS 0.34

RGB Variations

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

Color information

#68A950 (or 0x68A950) is known color: Apple. HEX triplet: 68, A9 and 50. RGB value is (104,169,80). Sum of RGB (Red+Green+Blue) = 104+169+80=353 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.46% from 353); Green value is 169 (66.41% from 255 or 47.88% from 353); Blue value is 80 (31.64% from 255 or 22.66% from 353); Max value from RGB is 169 - color contains mainly: green. Hex color #68A950 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68A950 is #9756AF. Grayscale: #8B8B8B. Windows color (decimal): -9918128 or 5286248. OLE color: 5286248.

HSL color Cylindrical-coordinate representation of color #68A950: hue angle of 103.82º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #68A950 is Cyan = 0.38, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.34.

Color convert

RGB 104 169 80 -
CMYK 0.38 0 0.53 0.34
HSL 103.82º 0.36% 0.49% -
HSV(B) 103.82º 0.53% 0.66% -
XYZ 21.34 31.9 12.62 -
YUV 139.42 94.47 102.74 -
System Red Green Blue C M Y K H S L
Decimal 104 169 80 0.38 0 0.53 0.34 103.82 0.36 0.49
Hex 68 A9 50 26 0 35 22 68 24 31
Octal 150 251 120 46 0 65 42 150 44 61
Binary 1101000 10101001 1010000 100110 0 110101 100010 1101000 100100 110001

Color Harmonies of #68A950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68A950

Black with #68A950

Text Example


Text Example

White with #68A950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68A950; }

 p { color: rgb(104,169,80); }

 H1.HeaderClassName
 {
   color: #68A950;
 }
 .AnyTagClassName
 {
   color: #68A950;
 }
</style>

background-color css

<style>
 a { background-color: #68A950; }

 a { background-color: rgb(104,169,80); }

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

border-color css

<style>
 span { border-color: #68A950; }

 span { border-color: rgb(104,169,80); }

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