Html Css Color HEX #68C049 Apple

📋 copy color: '#68C049'

red 104 ◦ green 192 ◦ blue 73

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

Shades of Apple #68C049

Tints of Apple #68C049

RGB

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

 GREEN value IS 192 (75.39% from 255) = 52.03%

 BLUE value IS 73 (28.91% from 255) = 19.78%

R = 28.18%
G = 52.03%
B = 19.78%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#68C049 (or 0x68C049) is known color: Apple. HEX triplet: 68, C0 and 49. RGB value is (104,192,73). Sum of RGB (Red+Green+Blue) = 104+192+73=369 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.18% from 369); Green value is 192 (75.39% from 255 or 52.03% from 369); Blue value is 73 (28.91% from 255 or 19.78% from 369); Max value from RGB is 192 - color contains mainly: green. Hex color #68C049 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68C049 is #973FB6. Grayscale: #989898. Windows color (decimal): -9912247 or 4833384. OLE color: 4833384.

HSL color Cylindrical-coordinate representation of color #68C049: hue angle of 104.37º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #68C049 is Cyan = 0.46, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.25.

Color convert

RGB 104 192 73 -
CMYK 0.46 0 0.62 0.25
HSL 104.37º 0.49% 0.52% -
HSV(B) 104.37º 0.62% 0.75% -
XYZ 25.76 41.12 12.88 -
YUV 152.12 83.35 93.68 -
System Red Green Blue C M Y K H S L
Decimal 104 192 73 0.46 0 0.62 0.25 104.37 0.49 0.52
Hex 68 C0 49 2E 0 3E 19 68 31 34
Octal 150 300 111 56 0 76 31 150 61 64
Binary 1101000 11000000 1001001 101110 0 111110 11001 1101000 110001 110100

Color Harmonies of #68C049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68C049

Black with #68C049

Text Example


Text Example

White with #68C049

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,192,73); }

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

background-color css

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

 a { background-color: rgb(104,192,73); }

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

border-color css

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

 span { border-color: rgb(104,192,73); }

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