Html Css Color HEX #68B03D Apple

📋 copy color: '#68B03D'

red 104 ◦ green 176 ◦ blue 61

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

Shades of Apple #68B03D

Tints of Apple #68B03D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 17.89%

R = 30.5%
G = 51.61%
B = 17.89%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.65

 K value IS 0.31

RGB Variations

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

Color information

#68B03D (or 0x68B03D) is known color: Apple. HEX triplet: 68, B0 and 3D. RGB value is (104,176,61). Sum of RGB (Red+Green+Blue) = 104+176+61=341 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.50% from 341); Green value is 176 (69.14% from 255 or 51.61% from 341); Blue value is 61 (24.22% from 255 or 17.89% from 341); Max value from RGB is 176 - color contains mainly: green. Hex color #68B03D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68B03D is #974FC2. Grayscale: #8D8D8D. Windows color (decimal): -9916355 or 4042856. OLE color: 4042856.

HSL color Cylindrical-coordinate representation of color #68B03D: hue angle of 97.57º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #68B03D is Cyan = 0.41, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.31.

Color convert

RGB 104 176 61 -
CMYK 0.41 0 0.65 0.31
HSL 97.57º 0.49% 0.46% -
HSV(B) 97.57º 0.65% 0.69% -
XYZ 22.08 34.33 9.88 -
YUV 141.36 82.65 101.35 -
System Red Green Blue C M Y K H S L
Decimal 104 176 61 0.41 0 0.65 0.31 97.57 0.49 0.46
Hex 68 B0 3D 29 0 41 1F 62 31 2E
Octal 150 260 75 51 0 101 37 142 61 56
Binary 1101000 10110000 111101 101001 0 1000001 11111 1100010 110001 101110

Color Harmonies of #68B03D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68B03D

Black with #68B03D

Text Example


Text Example

White with #68B03D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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