Html Css Color HEX #68B035 Apple

📋 copy color: '#68B035'

red 104 ◦ green 176 ◦ blue 53

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

Shades of Apple #68B035

Tints of Apple #68B035

RGB

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

 GREEN value IS 176 (69.14% from 255) = 52.85%

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

R = 31.23%
G = 52.85%
B = 15.92%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.70

 K value IS 0.31

RGB Variations

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

Color information

#68B035 (or 0x68B035) is known color: Apple. HEX triplet: 68, B0 and 35. RGB value is (104,176,53). Sum of RGB (Red+Green+Blue) = 104+176+53=333 (44% of max value = 765). Red value is 104 (41.02% from 255 or 31.23% from 333); Green value is 176 (69.14% from 255 or 52.85% from 333); Blue value is 53 (21.09% from 255 or 15.92% from 333); Max value from RGB is 176 - color contains mainly: green. Hex color #68B035 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68B035 is #974FCA. Grayscale: #8C8C8C. Windows color (decimal): -9916363 or 3518568. OLE color: 3518568.

HSL color Cylindrical-coordinate representation of color #68B035: hue angle of 95.12º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #68B035 is Cyan = 0.41, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.31.

Color convert

RGB 104 176 53 -
CMYK 0.41 0 0.70 0.31
HSL 95.12º 0.54% 0.45% -
HSV(B) 95.12º 0.7% 0.69% -
XYZ 21.88 34.25 8.83 -
YUV 140.45 78.65 102 -
System Red Green Blue C M Y K H S L
Decimal 104 176 53 0.41 0 0.70 0.31 95.12 0.54 0.45
Hex 68 B0 35 29 0 46 1F 5F 36 2D
Octal 150 260 65 51 0 106 37 137 66 55
Binary 1101000 10110000 110101 101001 0 1000110 11111 1011111 110110 101101

Color Harmonies of #68B035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68B035

Black with #68B035

Text Example


Text Example

White with #68B035

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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