Html Css Color HEX #68A150 Apple

📋 copy color: '#68A150'

red 104 ◦ green 161 ◦ blue 80

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

Shades of Apple #68A150

Tints of Apple #68A150

RGB

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

 GREEN value IS 161 (63.28% from 255) = 46.67%

 BLUE value IS 80 (31.64% from 255) = 23.19%

R = 30.14%
G = 46.67%
B = 23.19%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.50

 K value IS 0.37

RGB Variations

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

Color information

#68A150 (or 0x68A150) is known color: Apple. HEX triplet: 68, A1 and 50. RGB value is (104,161,80). Sum of RGB (Red+Green+Blue) = 104+161+80=345 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.14% from 345); Green value is 161 (63.28% from 255 or 46.67% from 345); Blue value is 80 (31.64% from 255 or 23.19% from 345); Max value from RGB is 161 - color contains mainly: green. Hex color #68A150 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68A150 is #975EAF. Grayscale: #868686. Windows color (decimal): -9920176 or 5284200. OLE color: 5284200.

HSL color Cylindrical-coordinate representation of color #68A150: hue angle of 102.22º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #68A150 is Cyan = 0.35, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.37.

Color convert

RGB 104 161 80 -
CMYK 0.35 0 0.50 0.37
HSL 102.22º 0.34% 0.47% -
HSV(B) 102.22º 0.5% 0.63% -
XYZ 19.9 29.01 12.14 -
YUV 134.72 97.12 106.09 -
System Red Green Blue C M Y K H S L
Decimal 104 161 80 0.35 0 0.50 0.37 102.22 0.34 0.47
Hex 68 A1 50 23 0 32 25 66 22 2F
Octal 150 241 120 43 0 62 45 146 42 57
Binary 1101000 10100001 1010000 100011 0 110010 100101 1100110 100010 101111

Color Harmonies of #68A150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68A150

Black with #68A150

Text Example


Text Example

White with #68A150

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,161,80); }

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

background-color css

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

 a { background-color: rgb(104,161,80); }

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

border-color css

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

 span { border-color: rgb(104,161,80); }

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