Html Css Color HEX #68B349 Apple

📋 copy color: '#68B349'

red 104 ◦ green 179 ◦ blue 73

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

Shades of Apple #68B349

Tints of Apple #68B349

RGB

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

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

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

R = 29.21%
G = 50.28%
B = 20.51%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.59

 K value IS 0.30

RGB Variations

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

Color information

#68B349 (or 0x68B349) is known color: Apple. HEX triplet: 68, B3 and 49. RGB value is (104,179,73). Sum of RGB (Red+Green+Blue) = 104+179+73=356 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.21% from 356); Green value is 179 (70.31% from 255 or 50.28% from 356); Blue value is 73 (28.91% from 255 or 20.51% from 356); Max value from RGB is 179 - color contains mainly: green. Hex color #68B349 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68B349 is #974CB6. Grayscale: #909090. Windows color (decimal): -9915575 or 4830056. OLE color: 4830056.

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

Color convert

RGB 104 179 73 -
CMYK 0.42 0 0.59 0.30
HSL 102.45º 0.42% 0.49% -
HSV(B) 102.45º 0.59% 0.7% -
XYZ 23.03 35.66 11.97 -
YUV 144.49 87.65 99.12 -
System Red Green Blue C M Y K H S L
Decimal 104 179 73 0.42 0 0.59 0.30 102.45 0.42 0.49
Hex 68 B3 49 2A 0 3B 1E 66 2A 31
Octal 150 263 111 52 0 73 36 146 52 61
Binary 1101000 10110011 1001001 101010 0 111011 11110 1100110 101010 110001

Color Harmonies of #68B349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68B349

Black with #68B349

Text Example


Text Example

White with #68B349

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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