Html Css Color HEX #68BA40 Apple

📋 copy color: '#68BA40'

red 104 ◦ green 186 ◦ blue 64

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

Shades of Apple #68BA40

Tints of Apple #68BA40

RGB

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

 GREEN value IS 186 (73.05% from 255) = 52.54%

 BLUE value IS 64 (25.39% from 255) = 18.08%

R = 29.38%
G = 52.54%
B = 18.08%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#68BA40 (or 0x68BA40) is known color: Apple. HEX triplet: 68, BA and 40. RGB value is (104,186,64). Sum of RGB (Red+Green+Blue) = 104+186+64=354 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.38% from 354); Green value is 186 (73.05% from 255 or 52.54% from 354); Blue value is 64 (25.39% from 255 or 18.08% from 354); Max value from RGB is 186 - color contains mainly: green. Hex color #68BA40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68BA40 is #9745BF. Grayscale: #939393. Windows color (decimal): -9913792 or 4242024. OLE color: 4242024.

HSL color Cylindrical-coordinate representation of color #68BA40: hue angle of 100.33º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #68BA40 is Cyan = 0.44, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.

Color convert

RGB 104 186 64 -
CMYK 0.44 0 0.66 0.27
HSL 100.33º 0.49% 0.49% -
HSV(B) 100.33º 0.66% 0.73% -
XYZ 24.19 38.43 10.99 -
YUV 147.57 80.83 96.92 -
System Red Green Blue C M Y K H S L
Decimal 104 186 64 0.44 0 0.66 0.27 100.33 0.49 0.49
Hex 68 BA 40 2C 0 42 1B 64 31 31
Octal 150 272 100 54 0 102 33 144 61 61
Binary 1101000 10111010 1000000 101100 0 1000010 11011 1100100 110001 110001

Color Harmonies of #68BA40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68BA40

Black with #68BA40

Text Example


Text Example

White with #68BA40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,186,64); }

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

background-color css

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

 a { background-color: rgb(104,186,64); }

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

border-color css

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

 span { border-color: rgb(104,186,64); }

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