Html Css Color HEX #68A55D Apple

📋 copy color: '#68A55D'

red 104 ◦ green 165 ◦ blue 93

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

Shades of Apple #68A55D

Tints of Apple #68A55D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 25.69%

R = 28.73%
G = 45.58%
B = 25.69%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.44

 K value IS 0.35

RGB Variations

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

Color information

#68A55D (or 0x68A55D) is known color: Apple. HEX triplet: 68, A5 and 5D. RGB value is (104,165,93). Sum of RGB (Red+Green+Blue) = 104+165+93=362 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.73% from 362); Green value is 165 (64.84% from 255 or 45.58% from 362); Blue value is 93 (36.72% from 255 or 25.69% from 362); Max value from RGB is 165 - color contains mainly: green. Hex color #68A55D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68A55D is #975AA2. Grayscale: #8A8A8A. Windows color (decimal): -9919139 or 6137192. OLE color: 6137192.

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

Color convert

RGB 104 165 93 -
CMYK 0.37 0 0.44 0.35
HSL 110.83º 0.29% 0.51% -
HSV(B) 110.83º 0.44% 0.65% -
XYZ 21.14 30.64 15.16 -
YUV 138.55 102.29 103.35 -
System Red Green Blue C M Y K H S L
Decimal 104 165 93 0.37 0 0.44 0.35 110.83 0.29 0.51
Hex 68 A5 5D 25 0 2C 23 6F 1D 33
Octal 150 245 135 45 0 54 43 157 35 63
Binary 1101000 10100101 1011101 100101 0 101100 100011 1101111 11101 110011

Color Harmonies of #68A55D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68A55D

Black with #68A55D

Text Example


Text Example

White with #68A55D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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