Html Css Color HEX #68B350 Apple

📋 copy color: '#68B350'

red 104 ◦ green 179 ◦ blue 80

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

Shades of Apple #68B350

Tints of Apple #68B350

RGB

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

 GREEN value IS 179 (70.31% from 255) = 49.31%

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

R = 28.65%
G = 49.31%
B = 22.04%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.55

 K value IS 0.30

RGB Variations

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

Color information

#68B350 (or 0x68B350) is known color: Apple. HEX triplet: 68, B3 and 50. RGB value is (104,179,80). Sum of RGB (Red+Green+Blue) = 104+179+80=363 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.65% from 363); Green value is 179 (70.31% from 255 or 49.31% from 363); Blue value is 80 (31.64% from 255 or 22.04% from 363); Max value from RGB is 179 - color contains mainly: green. Hex color #68B350 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68B350 is #974CAF. Grayscale: #919191. Windows color (decimal): -9915568 or 5288808. OLE color: 5288808.

HSL color Cylindrical-coordinate representation of color #68B350: hue angle of 105.45º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #68B350 is Cyan = 0.42, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.30.

Color convert

RGB 104 179 80 -
CMYK 0.42 0 0.55 0.30
HSL 105.45º 0.39% 0.51% -
HSV(B) 105.45º 0.55% 0.7% -
XYZ 23.28 35.76 13.27 -
YUV 145.29 91.15 98.55 -
System Red Green Blue C M Y K H S L
Decimal 104 179 80 0.42 0 0.55 0.30 105.45 0.39 0.51
Hex 68 B3 50 2A 0 37 1E 69 27 33
Octal 150 263 120 52 0 67 36 151 47 63
Binary 1101000 10110011 1010000 101010 0 110111 11110 1101001 100111 110011

Color Harmonies of #68B350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68B350

Black with #68B350

Text Example


Text Example

White with #68B350

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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