Html Css Color HEX #68BC4C Apple

📋 copy color: '#68BC4C'

red 104 ◦ green 188 ◦ blue 76

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

Shades of Apple #68BC4C

Tints of Apple #68BC4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 20.65%

R = 28.26%
G = 51.09%
B = 20.65%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.60

 K value IS 0.26

RGB Variations

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

Color information

#68BC4C (or 0x68BC4C) is known color: Apple. HEX triplet: 68, BC and 4C. RGB value is (104,188,76). Sum of RGB (Red+Green+Blue) = 104+188+76=368 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.26% from 368); Green value is 188 (73.83% from 255 or 51.09% from 368); Blue value is 76 (30.08% from 255 or 20.65% from 368); Max value from RGB is 188 - color contains mainly: green. Hex color #68BC4C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68BC4C is #9743B3. Grayscale: #969696. Windows color (decimal): -9913268 or 5028968. OLE color: 5028968.

HSL color Cylindrical-coordinate representation of color #68BC4C: hue angle of 105º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #68BC4C is Cyan = 0.45, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.26.

Color convert

RGB 104 188 76 -
CMYK 0.45 0 0.60 0.26
HSL 105º 0.46% 0.52% -
HSV(B) 105º 0.6% 0.74% -
XYZ 25 39.43 13.13 -
YUV 150.12 86.17 95.11 -
System Red Green Blue C M Y K H S L
Decimal 104 188 76 0.45 0 0.60 0.26 105 0.46 0.52
Hex 68 BC 4C 2D 0 3C 1A 69 2E 34
Octal 150 274 114 55 0 74 32 151 56 64
Binary 1101000 10111100 1001100 101101 0 111100 11010 1101001 101110 110100

Color Harmonies of #68BC4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68BC4C

Black with #68BC4C

Text Example


Text Example

White with #68BC4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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