Html Css Color HEX #68AC35 Apple

📋 copy color: '#68AC35'

red 104 ◦ green 172 ◦ blue 53

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

Shades of Apple #68AC35

Tints of Apple #68AC35

RGB

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

 GREEN value IS 172 (67.58% from 255) = 52.28%

 BLUE value IS 53 (21.09% from 255) = 16.11%

R = 31.61%
G = 52.28%
B = 16.11%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.69

 K value IS 0.33

RGB Variations

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

Color information

#68AC35 (or 0x68AC35) is known color: Apple. HEX triplet: 68, AC and 35. RGB value is (104,172,53). Sum of RGB (Red+Green+Blue) = 104+172+53=329 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.61% from 329); Green value is 172 (67.58% from 255 or 52.28% from 329); Blue value is 53 (21.09% from 255 or 16.11% from 329); Max value from RGB is 172 - color contains mainly: green. Hex color #68AC35 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68AC35 is #9753CA. Grayscale: #8A8A8A. Windows color (decimal): -9917387 or 3517544. OLE color: 3517544.

HSL color Cylindrical-coordinate representation of color #68AC35: hue angle of 94.29º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #68AC35 is Cyan = 0.40, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.33.

Color convert

RGB 104 172 53 -
CMYK 0.40 0 0.69 0.33
HSL 94.29º 0.53% 0.44% -
HSV(B) 94.29º 0.69% 0.67% -
XYZ 21.1 32.71 8.57 -
YUV 138.1 79.97 103.68 -
System Red Green Blue C M Y K H S L
Decimal 104 172 53 0.40 0 0.69 0.33 94.29 0.53 0.44
Hex 68 AC 35 28 0 45 21 5E 35 2C
Octal 150 254 65 50 0 105 41 136 65 54
Binary 1101000 10101100 110101 101000 0 1000101 100001 1011110 110101 101100

Color Harmonies of #68AC35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68AC35

Black with #68AC35

Text Example


Text Example

White with #68AC35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,172,53); }

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

background-color css

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

 a { background-color: rgb(104,172,53); }

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

border-color css

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

 span { border-color: rgb(104,172,53); }

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