Html Css Color HEX #68B34C Apple

📋 copy color: '#68B34C'

red 104 ◦ green 179 ◦ blue 76

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

Shades of Apple #68B34C

Tints of Apple #68B34C

RGB

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

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

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

R = 28.97%
G = 49.86%
B = 21.17%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.58

 K value IS 0.30

RGB Variations

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

Color information

#68B34C (or 0x68B34C) is known color: Apple. HEX triplet: 68, B3 and 4C. RGB value is (104,179,76). Sum of RGB (Red+Green+Blue) = 104+179+76=359 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.97% from 359); Green value is 179 (70.31% from 255 or 49.86% from 359); Blue value is 76 (30.08% from 255 or 21.17% from 359); Max value from RGB is 179 - color contains mainly: green. Hex color #68B34C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68B34C is #974CB3. Grayscale: #919191. Windows color (decimal): -9915572 or 5026664. OLE color: 5026664.

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

Color convert

RGB 104 179 76 -
CMYK 0.42 0 0.58 0.30
HSL 103.69º 0.4% 0.5% -
HSV(B) 103.69º 0.58% 0.7% -
XYZ 23.13 35.71 12.51 -
YUV 144.83 89.15 98.88 -
System Red Green Blue C M Y K H S L
Decimal 104 179 76 0.42 0 0.58 0.30 103.69 0.4 0.5
Hex 68 B3 4C 2A 0 3A 1E 68 28 32
Octal 150 263 114 52 0 72 36 150 50 62
Binary 1101000 10110011 1001100 101010 0 111010 11110 1101000 101000 110010

Color Harmonies of #68B34C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68B34C

Black with #68B34C

Text Example


Text Example

White with #68B34C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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