Html Css Color HEX #68C349 Apple

📋 copy color: '#68C349'

red 104 ◦ green 195 ◦ blue 73

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

Shades of Apple #68C349

Tints of Apple #68C349

RGB

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

 GREEN value IS 195 (76.56% from 255) = 52.42%

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

R = 27.96%
G = 52.42%
B = 19.62%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#68C349 (or 0x68C349) is known color: Apple. HEX triplet: 68, C3 and 49. RGB value is (104,195,73). Sum of RGB (Red+Green+Blue) = 104+195+73=372 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.96% from 372); Green value is 195 (76.56% from 255 or 52.42% from 372); Blue value is 73 (28.91% from 255 or 19.62% from 372); Max value from RGB is 195 - color contains mainly: green. Hex color #68C349 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68C349 is #973CB6. Grayscale: #9A9A9A. Windows color (decimal): -9911479 or 4834152. OLE color: 4834152.

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

Color convert

RGB 104 195 73 -
CMYK 0.47 0 0.63 0.24
HSL 104.75º 0.5% 0.53% -
HSV(B) 104.75º 0.63% 0.76% -
XYZ 26.43 42.45 13.11 -
YUV 153.88 82.35 92.42 -
System Red Green Blue C M Y K H S L
Decimal 104 195 73 0.47 0 0.63 0.24 104.75 0.5 0.53
Hex 68 C3 49 2F 0 3F 18 69 32 35
Octal 150 303 111 57 0 77 30 151 62 65
Binary 1101000 11000011 1001001 101111 0 111111 11000 1101001 110010 110101

Color Harmonies of #68C349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68C349

Black with #68C349

Text Example


Text Example

White with #68C349

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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