Html Css Color HEX #68BC45 Apple

📋 copy color: '#68BC45'

red 104 ◦ green 188 ◦ blue 69

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

Shades of Apple #68BC45

Tints of Apple #68BC45

RGB

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

 GREEN value IS 188 (73.83% from 255) = 52.08%

 BLUE value IS 69 (27.34% from 255) = 19.11%

R = 28.81%
G = 52.08%
B = 19.11%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.63

 K value IS 0.26

RGB Variations

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

Color information

#68BC45 (or 0x68BC45) is known color: Apple. HEX triplet: 68, BC and 45. RGB value is (104,188,69). Sum of RGB (Red+Green+Blue) = 104+188+69=361 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.81% from 361); Green value is 188 (73.83% from 255 or 52.08% from 361); Blue value is 69 (27.34% from 255 or 19.11% from 361); Max value from RGB is 188 - color contains mainly: green. Hex color #68BC45 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68BC45 is #9743BA. Grayscale: #959595. Windows color (decimal): -9913275 or 4570216. OLE color: 4570216.

HSL color Cylindrical-coordinate representation of color #68BC45: hue angle of 102.35º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #68BC45 is Cyan = 0.45, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.26.

Color convert

RGB 104 188 69 -
CMYK 0.45 0 0.63 0.26
HSL 102.35º 0.47% 0.5% -
HSV(B) 102.35º 0.63% 0.74% -
XYZ 24.77 39.34 11.92 -
YUV 149.32 82.67 95.68 -
System Red Green Blue C M Y K H S L
Decimal 104 188 69 0.45 0 0.63 0.26 102.35 0.47 0.5
Hex 68 BC 45 2D 0 3F 1A 66 2F 32
Octal 150 274 105 55 0 77 32 146 57 62
Binary 1101000 10111100 1000101 101101 0 111111 11010 1100110 101111 110010

Color Harmonies of #68BC45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68BC45

Black with #68BC45

Text Example


Text Example

White with #68BC45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,188,69); }

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

background-color css

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

 a { background-color: rgb(104,188,69); }

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

border-color css

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

 span { border-color: rgb(104,188,69); }

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