Html Css Color HEX #68A53D Apple

📋 copy color: '#68A53D'

red 104 ◦ green 165 ◦ blue 61

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

Shades of Apple #68A53D

Tints of Apple #68A53D

RGB

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

 GREEN value IS 165 (64.84% from 255) = 50%

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

R = 31.52%
G = 50%
B = 18.48%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.63

 K value IS 0.35

RGB Variations

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

Color information

#68A53D (or 0x68A53D) is known color: Apple. HEX triplet: 68, A5 and 3D. RGB value is (104,165,61). Sum of RGB (Red+Green+Blue) = 104+165+61=330 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.52% from 330); Green value is 165 (64.84% from 255 or 50% from 330); Blue value is 61 (24.22% from 255 or 18.48% from 330); Max value from RGB is 165 - color contains mainly: green. Hex color #68A53D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68A53D is #975AC2. Grayscale: #878787. Windows color (decimal): -9919171 or 4040040. OLE color: 4040040.

HSL color Cylindrical-coordinate representation of color #68A53D: hue angle of 95.19º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #68A53D is Cyan = 0.37, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.35.

Color convert

RGB 104 165 61 -
CMYK 0.37 0 0.63 0.35
HSL 95.19º 0.46% 0.44% -
HSV(B) 95.19º 0.63% 0.65% -
XYZ 20.01 30.19 9.19 -
YUV 134.91 86.29 105.96 -
System Red Green Blue C M Y K H S L
Decimal 104 165 61 0.37 0 0.63 0.35 95.19 0.46 0.44
Hex 68 A5 3D 25 0 3F 23 5F 2E 2C
Octal 150 245 75 45 0 77 43 137 56 54
Binary 1101000 10100101 111101 100101 0 111111 100011 1011111 101110 101100

Color Harmonies of #68A53D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68A53D

Black with #68A53D

Text Example


Text Example

White with #68A53D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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